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 be5754b commit 65561e4Copy full SHA for 65561e4
.github/workflows/local-playground-test.yml
@@ -32,3 +32,9 @@ jobs:
32
run: |
33
cd mkdocs/docs/playground
34
./run-cypress-local.sh
35
+ - name: Upload Cypress screenshots
36
+ uses: actions/upload-artifact@v4
37
+ if: '!cancelled()'
38
+ with:
39
+ name: cypress-screenshots
40
+ path: mkdocs/docs/playground/cypress/screenshots
mkdocs/docs/playground/cypress.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
// can take a while is they are not warmed up
5
defaultCommandTimeout: 60000,
6
video: false,
7
- screenshotOnRunFailure: false,
+ screenshotOnRunFailure: true,
8
setupNodeEvents(on, config) {
9
10
},
0 commit comments