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({
|
module.exports = defineConfig({
|
||||||
projectId: "RVEZS1",
|
projectId: "RVEZS1",
|
||||||
watchForFileChanges: false,
|
watchForFileChanges: false,
|
||||||
video: false,
|
video: true,
|
||||||
viewportWidth: 1280,
|
viewportWidth: 1280,
|
||||||
viewportHeight: 720,
|
viewportHeight: 720,
|
||||||
retries: {
|
retries: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue