- NodeJS 21
- A running instance of Trustify
- Install dependencies:
npm ci
- Point the tests to a running instance of trustify:
export TRUSTIFY_URL=http://localhost:8080
- Run tests:
npx playwright test
- Or if you prefer to run the tests and see the Playwright UI use:
npm run test