File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ Live DEMO [here](http://angularexampleapp.com/)!
3434
3535` npm run test ` - Runs unit tests with karma and jasmine
3636
37- ` npm run e2e ` - Runs end to end tests with protractor
37+ ` npm run e2e ` - Runs end to end tests
38+
39+ ` npm run e2e:home ` - Runs end to end tests only for the home directory. There are more of this commands for development purposes
3840
3941` npm run build ` - Builds the app for production
4042
Original file line number Diff line number Diff line change 88 "deploy" : " ng build --prod --base-href / && angular-cli-ghpages" ,
99 "test" : " ng test --watch=false --code-coverage" ,
1010 "e2e" : " ng e2e" ,
11+ "e2e:home" : " ng e2e --serve false --prod --specs=./e2e/pages/home/**/*.e2e-spec.ts" ,
12+ "e2e:heroeslist" : " ng e2e --serve false --prod --specs=./e2e/pages/heroes-list/**/*.e2e-spec.ts" ,
1113 "lint" : " ng lint" ,
1214 "ci" : " npm run lint && npm run test && npm run e2e" ,
1315 "sme" : " ng build && source-map-explorer dist/main.bundle.js" ,
You can’t perform that action at this time.
0 commit comments