commit | a9e80729a89af4a85532a0d67bfd3a1071d40ec5 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Dec 04 16:59:44 2022 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sun Dec 04 16:59:44 2022 +0100 |
tree | 4bc4debb21297578e7895a7c9c1a618d7cb0630a | |
parent | 4c5a7a5385e3fcb2afe15399f29d18413931f0e8 [diff] |
Add comment on locales to Readme.md Change-Id: Iac53285720000299518dea3bd87e0ea09eb649e3
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