We are using Playwright as the e2e framework to run our e2e tests.
You will need to install before hand the browsers for Playwright with
npx playwright install --with-deps
In the project directory, you can run:
Runs the app in development mode in a local server with HMR.
Builds and compiles the app into the dist
folder.
Runs the app in a local server from the dist
folder. Useful to preview the build version.
Runs file linting.
Runs the unit tests.
Runs the e2e tests.
Opens the Playwright UI client where you can run and view the e2e tests running in real time.