Try to enable video for pipelines
This commit is contained in:
parent
825b7604c7
commit
33750c31e2
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue