Skip to content

Commit a1b6d14

Browse files
authored
feat(create-cli): setup wizard architecture (#1248)
1 parent 4c80af5 commit a1b6d14

24 files changed

+1373
-406
lines changed

e2e/create-cli-e2e/tests/init.e2e.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { executeProcess, readJsonFile, readTextFile } from '@code-pushup/utils';
1212
const fakeCacheFolderName = () =>
1313
`fake-cache-${new Date().toISOString().replace(/[:.]/g, '-')}`;
1414

15+
// TODO: #1240 — rewrite e2e tests for the new setup wizard (old tests reference removed nx-plugin integration)
1516
/* 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) */
1617
describe.todo('create-cli-init', () => {
1718
const workspaceRoot = path.join(E2E_ENVIRONMENTS_DIR, nxTargetProject());

0 commit comments

Comments
 (0)