You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
When driver provider is local, on shutdown the server stops; however, chromedrivers are left in the background running. This is what's left after running the test 4 times.
- fix driver provider quit session to not throw error and quit
- should fix sauce labs test, enabling expected conditions test with forked instance
- checked that chromedriver does not persist in the background
- add local driver test with forked instance to test suite
- organize attach session and local specs to driverProviders directory
closesangular#3780, closesangular#3779, closesangular#3772
cnishina
added a commit
to cnishina/protractor
that referenced
this issue
Dec 2, 2016
- fix driver provider quit session to not throw error and quit
- should fix sauce labs test, enabling expected conditions test with forked instance
- checked that chromedriver does not persist in the background
- add local driver test with forked instance to test suite
- organize attach session and local specs to driverProviders directory
closesangular#3780, closesangular#3779, closesangular#3772
…3787)
- fix driver provider quit session to not throw error and quit
- should fix sauce labs test, enabling expected conditions test with forked instance
- checked that chromedriver does not persist in the background
- add local driver test with forked instance to test suite
- organize attach session and local specs to driverProviders directory
closes#3780, closes#3779, closes#3772
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some of the logs are located here: #3772
When driver provider is local, on shutdown the server stops; however, chromedrivers are left in the background running. This is what's left after running the test 4 times.
The text was updated successfully, but these errors were encountered: