Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 717 Bytes

playwright.md

File metadata and controls

23 lines (14 loc) · 717 Bytes

Playwright Setup

If you wish to run end to end tests, Playwright needs to be installed locally on your machine. If you do not have Playwright installed, navigate to the client directory:

cd client

This is to mitigate installation warnings.

Then run the following command to install Playwright:

npx playwright install

Follow the default installation instructions.

Running tests

For running end to end tests, please use the commands listed in the client README.md.

Please ensure you have pointed the URI to a local server using the testing database, or the testing server. Else the tests will both fail and create noise in the production data.