Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 421 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 421 Bytes

End-to-end tests for trustify-ui

Requirements

  • NodeJS 21
  • A running instance of Trustify

Running the tests

  • 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