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 1c88d46 commit 9d371f8Copy full SHA for 9d371f8
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
orbs:
3
cypress: cypress-io/cypress@3
4
jobs:
5
- run-services-then-cypress:
+ test-harness:
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
- test-harness:
+ run-services-then-cypress:
21
22
- - run-cypress-in-specified-node-version:
23
- name: Run Cypress in Node 20
+ - test-harness:
+ name: Run services then Cypress tests
0 commit comments