Closed jared-christensen closed 6 years ago
Please try this:
npm run affected:e2e -- --untracked --protractorConfig apps/app1-e2e/protractor.conf.js
Or
yarn affected:e2e --untracked --protractorConfig apps/app1-e2e/protractor.conf.js
@FrozenPandaz that worked! Thank you! Is that documented someplace I overlooked? https://github.com/angular/angular-cli/wiki/e2e
Oh, wait I don't see this being all that useful when it has the app name in the path. What am I doing wrong here? I need a way to change the base URL for dev, qa and pilot.
@jared-christensen is there still an issue here?
Nope, thanks for all your help!
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Im trying to set a config when running affected:e2e but can not seem to figure out the correct path. When I run this...
npm run affected:e2e -- --base=master --head=HEAD --configuration=./dashboard-e2e/protractor.ci.conf.js
I get this...