Skip to content

Commit aa11e78

Browse files
committed
fix(ci): adjust cypress run syntax
1 parent 1b7e664 commit aa11e78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- run:
7474
working_directory: .
7575
# command: npx cypress run --config defaultCommandTimeout=58000
76-
command: npx cypress run --headless -b chrome
76+
command: npx cypress run -b chrome
7777
no_output_timeout: 2m
7878
workflows:
7979
browser_build:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ sudo yum install -y rpm-build
7676
```
7777
7878
#### For Testing
79-
* [cypress.js](https://www.cypress.io) ` >= 7.4.0`.
79+
* [cypress.js](https://www.cypress.io) ` >= 8.0.0`.
8080
8181
8282

0 commit comments

Comments
 (0)