Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions e2e/create-cli-e2e/tests/init.e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { executeProcess, readJsonFile, readTextFile } from '@code-pushup/utils';
const fakeCacheFolderName = () =>
`fake-cache-${new Date().toISOString().replace(/[:.]/g, '-')}`;

// TODO: #1240 — rewrite e2e tests for the new setup wizard (old tests reference removed nx-plugin integration)
/* after a new release of the nx-verdaccio plugin we can enable the test again. For now, it is too flaky to be productive. (5.jan.2025) */
describe.todo('create-cli-init', () => {
const workspaceRoot = path.join(E2E_ENVIRONMENTS_DIR, nxTargetProject());
Expand Down
Loading
Loading