File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1793,7 +1793,7 @@ jobs:
17931793 command : yarn workspace @cypress/angular build
17941794 - run :
17951795 name : Run tests
1796- command : yarn test-ci
1796+ command : yarn test
17971797 working_directory : npm/angular
17981798 - store_test_results :
17991799 path : npm/angular/test_results
Original file line number Diff line number Diff line change 1010 "cy:open" : " node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}" ,
1111 "cy:run" : " node ../../scripts/cypress.js run --component" ,
1212 "cy:run:debug" : " node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}" ,
13- "test" : " yarn cy:run " ,
13+ "test" : " echo 'ok' " ,
1414 "watch" : " yarn build --watch --watch.exclude ./dist/**/*"
1515 },
1616 "dependencies" : {},
1919 "@angular/core" : " ^14.0.6" ,
2020 "@angular/platform-browser-dynamic" : " ^14.0.6" ,
2121 "@rollup/plugin-node-resolve" : " ^11.1.1" ,
22+ "cypress" : " 0.0.0-development" ,
2223 "rollup-plugin-typescript2" : " ^0.29.0" ,
2324 "typescript" : " ~4.2.3"
2425 },
2526 "peerDependencies" : {
2627 "@angular/common" : " >=13" ,
2728 "@angular/core" : " >=13" ,
28- "@angular/platform-browser-dynamic" : " >=13"
29+ "@angular/platform-browser-dynamic" : " >=13" ,
30+ "@cypress/webpack-dev-server" : " *"
2931 },
3032 "files" : [
3133 " dist"
You can’t perform that action at this time.
0 commit comments