Skip to content
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

Fix Protractor/Selenium Configuration #79

Merged
merged 1 commit into from Sep 22, 2015
Merged

Fix Protractor/Selenium Configuration #79

merged 1 commit into from Sep 22, 2015

Conversation

dotcs
Copy link
Contributor

@dotcs dotcs commented Sep 22, 2015

To get e2e tests running, I had to fix some issues with Protractor/Selenium. First of all I had to adjust the port of the baseUrl to 3000 since the webpack dev server is running on this port.

Then I ran into an issue in which it was impossible to get the WebDriver session started. This is documented here. The solution by @josefsalyer worked for me, so I suggest to use it in this repo as well.

…ine seleniumServerJar instead to get selenium running
@PatrickJS
Copy link
Owner

thanks!

PatrickJS added a commit that referenced this pull request Sep 22, 2015
Fix Protractor/Selenium Configuration
@PatrickJS PatrickJS merged commit f4dcbcd into PatrickJS:master Sep 22, 2015
@dotcs dotcs deleted the fix-protractor-configuration branch October 23, 2015 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants