It would be very convenient to have to single command I can run to do a full build.
It would:
- Lint
- Compile
- Run karma tests
- Run protractor tests (and make sure a server is running)
- Format?
This would make setting up a CI server a lot easier. This seems like something that everyone who uses CI is going to need. It could be configured for to run everything sequentially or in parallel as much as possible to speed things up.
It would be very convenient to have to single command I can run to do a full build.
It would:
This would make setting up a CI server a lot easier. This seems like something that everyone who uses CI is going to need. It could be configured for to run everything sequentially or in parallel as much as possible to speed things up.