Closed
Description
we should create a test suite that will test basic end-to-end workflow:
- run
npm install -g angular-cli
- run
ng new test-project
- cd into the project
- run
ng build
- run
ng test
- run
ng generate component test-component
- run
ng test
- run
ng generate service test-service
- run
ng test
- run
ng generate pipe test-pipe
- run
ng test
The test suite should be build in a way that allows for it to be executed across platforms (linux,osx,windows):
- osx Setup OSX CI #91
- windows Setup Windows CI #92
Metadata
Metadata
Assignees
Labels
No labels