Setting up and running end to end tests
The following assumes that you have covered all prerequisites and installation steps in `Quick Start` chapter
Run the following command to automatically invoke local playwright e2e tests in headed mode:
playwright
headed
yarn run test:e2e:local
Last updated 3 years ago