Files
handlebars.js/tests/browser
Jakob Linskeseder e534a911f3 Upgrade prettier to v2
Prettier v2 has the following breaking changes:
* enforces spaces between `function` and params
* enforces trailing commas by default
2022-10-29 21:49:15 +02:00
..
2022-10-29 21:49:15 +02:00
2022-10-29 21:49:15 +02:00
2021-12-29 21:35:16 +01:00
2021-12-29 23:21:14 +01: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
npx grunt prepare
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