Files
2026-03-20 23:12:25 +01:00
..
2023-07-24 21:55:20 +02:00
2022-10-29 21:49:15 +02:00

Browser Tests with Playwright

These tests execute Mocha tests from the spec-folder in multiple browsers.

Using Docker

Execute the following commands in the project root:

npm install
npm run build
docker pull mcr.microsoft.com/playwright:focal
docker run -it --rm --volume $(pwd):/srv/app --workdir /srv/app --ipc=host mcr.microsoft.com/playwright:focal npm run test:browser