End to end tests

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:

yarn run test:e2e:local

Last updated