06483fd586
Due to a regression, query string parameters added to the URL (like: http://play.workadventure.localhost/_/global/maps.workadventure.localhost/starter/map.json?utm_source=sendinblue&utm_campaign=WA+-+2021+Christmap+map+launch&utm_medium=email#foo ) were causing a crash in WA. This commit fixes the issue (and adds a E2E test) |
||
---|---|---|
.. | ||
screenshots | ||
tests | ||
.gitignore | ||
.testcaferc.js | ||
package-lock.json | ||
package.json | ||
README.md |
End-to-end tests
This directory contains automated end to end tests.
To run them locally:
$ npm install
$ npm test
Alternatively, you can use docker-compose to run the tests:
$ docker-compose -f docker-compose.testcafe.yml up --exit-code-from testcafe
Note: by default, tests are running in Chrome locally and in Chromium in the Docker image.