Skip to content

Testing

The framework includes playwright setup, located under /test directory. To run tests, simply execute:

bash
pnpm test
pnpm test

from the project root. To open up UI preview, pass the --ui flag:

bash
pnpm test -- --ui
pnpm test -- --ui