It would be very nice to be able not only run a single or some of the e2e tests.
Thanks :)
The current angular-cli has the --specs
for e2e
.
Sorry if I'm wrong, but I think you can use it now.
https://github.com/angular/angular-cli/wiki/e2e
--specs
(alias:-sp
) _default value: []_Override specs in the protractor config. Can send in multiple specs by repeating flag (ng e2e --specs=spec1.ts --specs=spec2.ts).
Closing as answered by @leocaseiro, thanks!
There's also this feature request for a --suite
flag: https://github.com/angular/angular-cli/issues/2628.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Closing as answered by @leocaseiro, thanks!
There's also this feature request for a
--suite
flag: https://github.com/angular/angular-cli/issues/2628.