generated from nhcarrigan/template
feat: initial scaffolding
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset';
|
||||
import { defineConfig } from 'cypress';
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
...nxE2EPreset(__filename, {
|
||||
cypressDir: 'src',
|
||||
webServerCommands: {
|
||||
default: 'pnpm exec nx run frontend:serve',
|
||||
production: 'pnpm exec nx run frontend:serve-static',
|
||||
},
|
||||
ciWebServerCommand: 'pnpm exec nx run frontend:serve-static',
|
||||
ciBaseUrl: 'http://localhost:4200',
|
||||
}),
|
||||
baseUrl: 'http://localhost:4200',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user