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 1b7e664 commit aa11e78Copy full SHA for aa11e78
.circleci/config.yml
@@ -73,7 +73,7 @@ jobs:
73
- run:
74
working_directory: .
75
# command: npx cypress run --config defaultCommandTimeout=58000
76
- command: npx cypress run --headless -b chrome
+ command: npx cypress run -b chrome
77
no_output_timeout: 2m
78
workflows:
79
browser_build:
README.md
@@ -76,7 +76,7 @@ sudo yum install -y rpm-build
```
#### For Testing
-* [cypress.js](https://www.cypress.io) ` >= 7.4.0`.
+* [cypress.js](https://www.cypress.io) ` >= 8.0.0`.
80
81
82
0 commit comments