Update support file location

This commit is contained in:
Ramon Wenger 2022-10-03 13:31:15 +02:00
parent bfb6a6e7a0
commit faa75d52dc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ export default defineConfig( {
e2e: {
"baseUrl": "http://localhost:8000",
specPattern: 'cypress/e2e/e2e/**/*.{spec,cy}.{js,ts}',
supportFile: 'cypress/support/e2e.js',
supportFile: 'cypress/support/e2e.ts',
},
"videoUploadOnPasses": false,
"reporter": "junit",