File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1793,7 +1793,7 @@ jobs:
1793
1793
command : yarn workspace @cypress/angular build
1794
1794
- run :
1795
1795
name : Run tests
1796
- command : yarn test-ci
1796
+ command : yarn test
1797
1797
working_directory : npm/angular
1798
1798
- store_test_results :
1799
1799
path : npm/angular/test_results
Original file line number Diff line number Diff line change 10
10
"cy:open" : " node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}" ,
11
11
"cy:run" : " node ../../scripts/cypress.js run --component" ,
12
12
"cy:run:debug" : " node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}" ,
13
- "test" : " yarn cy:run " ,
13
+ "test" : " echo 'ok' " ,
14
14
"watch" : " yarn build --watch --watch.exclude ./dist/**/*"
15
15
},
16
16
"dependencies" : {},
19
19
"@angular/core" : " ^14.0.6" ,
20
20
"@angular/platform-browser-dynamic" : " ^14.0.6" ,
21
21
"@rollup/plugin-node-resolve" : " ^11.1.1" ,
22
+ "cypress" : " 0.0.0-development" ,
22
23
"rollup-plugin-typescript2" : " ^0.29.0" ,
23
24
"typescript" : " ~4.2.3"
24
25
},
25
26
"peerDependencies" : {
26
27
"@angular/common" : " >=13" ,
27
28
"@angular/core" : " >=13" ,
28
- "@angular/platform-browser-dynamic" : " >=13"
29
+ "@angular/platform-browser-dynamic" : " >=13" ,
30
+ "@cypress/webpack-dev-server" : " *"
29
31
},
30
32
"files" : [
31
33
" dist"
You can’t perform that action at this time.
0 commit comments