We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be2b14 commit 7896ca8Copy full SHA for 7896ca8
.github/workflows/cypress-release-test.yml
@@ -13,6 +13,9 @@ jobs:
13
permissions:
14
deployments: read
15
statuses: read
16
+ contents: read
17
+ pull-requests: read
18
+ checks: read
19
outputs:
20
preview_url: ${{ steps.waitForVercelDeployment.outputs.url }}
21
steps:
cypress.config.ts
@@ -22,5 +22,9 @@ export default defineConfig({
22
experimentalRunAllSpecs: true,
23
experimentalMemoryManagement: true,
24
chromeWebSecurity: false,
25
+ video: false,
26
+ screenshotOnRunFailure: false,
27
+ numTestsKeptInMemory: 0,
28
+ modifyObstructiveCode: false,
29
},
30
});
0 commit comments