-
Notifications
You must be signed in to change notification settings - Fork 2.5k
V6: Can not get protractor baseUrl to work #557
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
This actually might be a problem with the Angular CLI. I created an issue for them here angular/angular-cli#11089. I found I can pass base-url like this. |
That does indeed work :) |
@FrozenPandaz Am I dreaming up the issue with the Angular CLI not using the base url I pass it? Was not sure if you just tested the affected:e2e script or if you ran the test and the baseUrl worked. |
Ah sorry... You are right, that does not work right now. But theoretically, it should. Can we keep this issue here closed and track progress in angular/angular-cli#11089? Thank you. |
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. |
Uh oh!
There was an error while loading. Please reload this page.
@angular /[email protected]
@nrwl /[email protected]
I tried setting baseUrl directly in the potractor.conf.js and also using
ng e2e dashboard-e2e --base-url=http://google.com
with no luck.I got an error when trying
npm run affected:e2e -- --base=master --head=HEAD --base-url=https://google.com
The text was updated successfully, but these errors were encountered: