Update support file location
This commit is contained in:
parent
bfb6a6e7a0
commit
faa75d52dc
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue