Skip to content

Latest commit

 

History

History

e2e

ui E2E tests

E2E Tests

E2E specifies a set of tests that run against a real Temporal server.

To run these tests manually (to aid debugging) you can:

  1. Install the required packages (if you haven't already): pnpm install
  2. Install playwright's chromium bundle (if you haven't already): npx playwright install chromium --with-deps
  3. Build the current UI code, from the root directory of the project: pnpm build:local
  4. Run a local Temporal dev server, codec-server and worker in the background, run the test workflows: pnpm run test:server & pnpm run test:worker & pnpm run test:workflows
  5. Run the tests: pnpm run test