Skip to content

Latest commit

 

History

History

README.md

test-app

Test app built using React Router.

Running the tests

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 test

Pass additional arguments to playwright to run specific tests or update the snapshots:

pnpm run test button -- --update-snapshots

To see the generated report on a host:

pnpm --filter=@stratakit/test-app exec playwright show-report

Note

This requires Docker to be running on your machine.