chore(cypress): dont do screenshots

This commit is contained in:
moklick
2022-09-13 14:52:23 +02:00
parent ead4d75c40
commit 1da2630167

View File

@@ -6,6 +6,7 @@ export default defineConfig({
viewportWidth: 1280,
viewportHeight: 720,
video: false,
screenshotOnRunFailure: false,
},
component: {
devServer: {