Files
angular-challenges/apps/projection-e2e/cypress.config.ts
2022-11-03 15:14:07 +01:00

7 lines
174 B
TypeScript

import { defineConfig } from 'cypress';
import { nxE2EPreset } from '@nrwl/cypress/plugins/cypress-preset';
export default defineConfig({
e2e: nxE2EPreset(__dirname),
});