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.
2 parents 00344ce + cacd9e7 commit 09f0e01Copy full SHA for 09f0e01
.github/workflows/cypress.yml
@@ -28,7 +28,6 @@ jobs:
28
command-prefix: percy exec -- yarn
29
record: true
30
env:
31
- CYPRESS_PROJECT_ID: ${{ secrets.CYPRESS_PROJECT_ID }}
32
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
cypress.config.js
@@ -1,6 +1,7 @@
1
const { defineConfig } = require("cypress");
2
3
module.exports = defineConfig({
4
+ projectId: 'b4x3of',
5
e2e: {
6
7
// Assume local testing
0 commit comments