File tree Expand file tree Collapse file tree 6 files changed +386
-8
lines changed Expand file tree Collapse file tree 6 files changed +386
-8
lines changed Original file line number Diff line number Diff line change 53
53
54
54
- name : Generate testcases documentation
55
55
run : ./project/scripts/sbt scala3doc/generateTestcasesDocumentation
56
+
57
+ - name : Run e2e tests
58
+ - uses : actions/setup-node@v2
59
+ with :
60
+ node-version : 12
61
+ check-latest : true
62
+ - run : npm --prefix ./scala3doc/e2e ci
63
+ - run : npm --prefix ./scala3doc/e2e run ci
56
64
57
65
- name : Generate Scala 3 documentation
58
66
run : ./project/scripts/sbt scala3doc/generateScala3Documentation
Original file line number Diff line number Diff line change 1
1
# root where we generate documentation
2
- output
2
+ output
3
+
4
+ e2e /cypress /videos
Original file line number Diff line number Diff line change 5
5
- install Node.js
6
6
- run ` npm i `
7
7
8
- ### Running tests
8
+ ### Running tests locally
9
9
10
10
- generate the test docs: ` sbt scala3doc/generateTestcasesDocumentation `
11
- - run the web server in the ` output ` directory: ` python3 -m http.server 8080 `
12
- - run ` npm run cypress:open ` to see the cypress UI or ` npm run cypress:run ` to run tests heedlessly
11
+ - run the web server in the ` npm run serve `
12
+ - run ` npm run cypress:open ` to see the cypress UI or ` npm run cypress:run ` to run tests headlessly
Original file line number Diff line number Diff line change 1
- {}
1
+ {
2
+ "video" : false
3
+ }
You can’t perform that action at this time.
0 commit comments