Appearance
The framework includes playwright setup, located under /test directory. To run tests, simply execute:
playwright
/test
pnpm test
from the project root. To open up UI preview, pass the --ui flag:
--ui
pnpm test -- --ui