Files
handlebars.js/tests/browser/README.md
T
Jakob Linskeseder b2a083136b Fix browser tests
Pinned the browser tests to the latest Playwright version that still works with Node 16.
We need Node 16 for a successful build.
2026-03-25 22:08:13 +01:00

361 B

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 run -it --rm --volume $(pwd):/srv/app --workdir /srv/app --ipc=host mcr.microsoft.com/playwright:v1.44.1-jammy npm run test:browser