1
0

chore: disable cypress e2e video

This commit is contained in:
prazdevs 2023-01-05 01:11:47 +01:00
parent 5c81029626
commit bf86e83ea1

View File

@ -3,5 +3,6 @@ import { defineConfig } from 'cypress'
export default defineConfig({
e2e: {
baseUrl: 'http://localhost:5314',
video: false,
},
})