commit | f838f8b0b1bbfcd86a38767f269d97150d40d25b | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Dec 04 19:02:57 2022 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Dec 04 19:03:44 2022 +0100 |
tree | e8e34d56ddfd5be7d740fc659a2a66764a0277e7 | |
parent | 26982384c91ae137575c43e1712499a2792cd907 [diff] |
Replace illegal characters in screenshot file name Change-Id: Ia1e036281a46107f2e8497af957e46a8bf28a580
Perform basic end-to-end tests on a KorAP-Kalamar instance with a headless browser using mocha, puppeteer and chai.
npm install
npm test
defaults to:
KORAP_URL="http://localhost:64543" KORAP_LOGIN="user2" KORAP_PWD="password2"\ KORAP_QUERIES="npm test" KORAP_QUERIES='geht, [orth=geht & cmc/pos=VVFIN]'\ npm test
KORAP_LOGIN="" npm test
to skip login and logout tests, e.g. to run tests against Kustvakt-lite.LC_ALL=C npm test