-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
- currently we use NPM workspaces to e2e test configs with plugin imports
- requires running
npm installafter first package builds
- requires running
- Nx supports Verdaccio for publishing project's to local registry
- @nx/plugin:e2e-project generator sets up local registry setup and teardown for E2E testing
- it only supports Jest (and CJS because of
require.resolve('nx')), but we should be able to replace it with Vitest usingglobalSetupoption
- it only supports Jest (and CJS because of
- replace imports in
e2e/cli-e2e/mocks/code-pushup.config.(mjs|js|cjs|ts)
Metadata
Metadata
Assignees
Labels
🔬 testingwriting testswriting tests