forked from Mirrors/elk
chore: disable cypress e2e video
This commit is contained in:
parent
5c81029626
commit
bf86e83ea1
1 changed files with 1 additions and 0 deletions
|
@ -3,5 +3,6 @@ import { defineConfig } from 'cypress'
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
e2e: {
|
e2e: {
|
||||||
baseUrl: 'http://localhost:5314',
|
baseUrl: 'http://localhost:5314',
|
||||||
|
video: false,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue