Try to enable video for pipelines

This commit is contained in:
Daniel Egger 2023-09-27 16:42:09 +02:00
parent 825b7604c7
commit 33750c31e2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const { cloudPlugin } = require("cypress-cloud/plugin");
module.exports = defineConfig({
projectId: "RVEZS1",
watchForFileChanges: false,
video: false,
video: true,
viewportWidth: 1280,
viewportHeight: 720,
retries: {