-
Notifications
You must be signed in to change notification settings - Fork 12k
Cross-platform end-to-end test suite #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Closed
Merged
We have all of these except the windows one now. |
This is done with PR #275. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
we should create a test suite that will test basic end-to-end workflow:
npm install -g angular-cli
ng new test-project
ng build
ng test
ng generate component test-component
ng test
ng generate service test-service
ng test
ng generate pipe test-pipe
ng test
The test suite should be build in a way that allows for it to be executed across platforms (linux,osx,windows):
The text was updated successfully, but these errors were encountered: