Skip to content

trustification/trustify-ui-tests

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published