()
| 10 | import { executeProcess, readJsonFile, readTextFile } from '@code-pushup/utils'; |
| 11 | |
| 12 | const fakeCacheFolderName = () => |
| 13 | `fake-cache-${new Date().toISOString().replace(/[:.]/g, '-')}`; |
| 14 | |
| 15 | // TODO: rewrite e2e tests for the new setup wizard (old tests reference removed nx-plugin integration) |
| 16 | /* 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) */ |