Closed
Description
Hey all, I've found that it'd be nice to target a particular test suite with angular-cli.
Something like ng e2e auth
instead of editing the angular-cli.json
:
"e2e": {
"protractor": {
"config": "--suite auth config/protractor.conf.js"
}
}
Looks like it'd be pretty easy to pass the proper arguments to the e2e task
Metadata
Metadata
Assignees
Labels
No labels