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 95c7d17 commit 6451e20Copy full SHA for 6451e20
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
orbs:
3
cypress: cypress-io/cypress@3
4
jobs:
5
- run-cypress-in-specified-node-version:
+ run-services-then-cypress:
6
executor:
7
name: cypress/default
8
node-version: "20.6"
@@ -17,7 +17,7 @@ jobs:
17
- run: docker compose exec test npx cypress run
18
19
workflows:
20
- use-my-orb:
+ test-harness:
21
22
23
name: Run Cypress in Node 20
0 commit comments