Test app built using React Router.
The end-to-end tests are written in Playwright and run inside a Docker container to avoid platform specific inconsistencies.
Note
The following commands should be run from the root of the monorepo.
To run all the tests:
pnpm run testPass additional arguments to playwright to run specific tests or update the snapshots:
pnpm run test button -- --update-snapshotsTo see the generated report on a host:
pnpm --filter=@stratakit/test-app exec playwright show-reportNote
This requires Docker to be running on your machine.