File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 22
22
with :
23
23
platforms : ' linux/amd64'
24
24
webTarget : web
25
- # TODO(alishaevn): figure out how to get the below passing in github actions
26
- # it may be different than our typical setups since we don't use docker locally
27
25
cypress :
28
26
runs-on : ubuntu-22.04
29
27
steps :
34
32
with :
35
33
start : yarn start
36
34
wait-on : ' http://localhost:3000'
37
- - name : Cypress component
38
- uses : cypress-io/github-action@v6
39
- with :
40
- component : true
41
35
eslint :
42
36
needs : build
43
37
uses :
scientist-softserv/actions/.github/workflows/[email protected]
Original file line number Diff line number Diff line change 6
6
"node" : " ^18.13.0"
7
7
},
8
8
"scripts" : {
9
- "dev" : " next dev" ,
10
9
"build" : " next build" ,
11
- "start" : " next build && next start" ,
10
+ "cypress:e2e" : " start-server-and-test dev http://localhost:3000 \" cypress open --e2e --browser electron\" " ,
11
+ "cypress:headless:e2e" : " start-server-and-test dev http://localhost:3000 \" cypress run --e2e --browser electron\" " ,
12
+ "dev" : " next dev" ,
12
13
"lint" : " next lint --dir pages --dir utils" ,
13
14
"lint:fix" : " next lint --dir pages --dir utils --fix" ,
14
- "cypress:open:component" : " cypress open --component" ,
15
- "cypress:open:e2e" : " start-server-and-test dev http://localhost:3000 \" cypress open\" " ,
16
- "cypress:run:component" : " cypress run --component" ,
17
- "cypress:run:e2e" : " start-server-and-test dev http://localhost:3000 \" cypress run\" " ,
18
15
"jest" : " jest" ,
19
16
"jest-watch" : " jest --watch" ,
20
- "release" : " release-it"
17
+ "release" : " release-it" ,
18
+ "start" : " next build && next start"
21
19
},
22
20
"dependencies" : {
23
21
"@rjsf/core" : " ^5.0.0-beta.17" ,
You can’t perform that action at this time.
0 commit comments