commit | 359a77be29a8b1a568ddf108357a8229884f9de8 | [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:02:57 2022 +0100 |
tree | eeb6719a1b0627b426cae980a036c87c755493c6 | |
parent | 861269e81ba8f7678b7d9dd27b612d0e976cfd7e [diff] |
Make sure previous query gets overwritten by tripple clicking Change-Id: I695950f55a273801564fabd0e40f5c6497aea9b3
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