File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
orbs :
3
3
cypress : cypress-io/cypress@3
4
-
5
- workflows :
6
- test :
7
- jobs :
4
+ jobs :
5
+ run-cypress-in-specified-node-version :
6
+ executor :
7
+ name : cypress/default
8
+ node-version : " 20.6"
9
+ steps :
8
10
- list-files :
9
11
name : List files in the repository
10
12
run : ls -l
11
- - cypress/run :
12
- name : Run Cypress in Node 20
13
+ - cypress/install :
14
+ package-manager : npm
15
+ working-directory : ./test
16
+
17
+ - cypress/run-tests :
18
+ working-directory : ./test
13
19
cypress-command : npx wait-on@latest http://localhost:8089 && npx cypress run
14
20
start-command : bash ./up_github.sh
15
- working-directory : test
21
+ workflows :
22
+ use-my-orb :
23
+ jobs :
24
+ - run-cypress-in-specified-node-version :
25
+ name : Run Cypress in Node 20
16
26
cypress-cache-key : >-
17
27
cypress-cache-{{ arch }}-{{ checksum "libs/shared-ui/package.json"}}
You can’t perform that action at this time.
0 commit comments