FormidableLabs / rowdy

A small, rambunctious WD.js / WebdriverIO configuration wrapper.
MIT License
28 stars 9 forks source link

Saucelabs DELETE /session occurs early on certain browsers. #44

Open internetchris opened 8 years ago

internetchris commented 8 years ago

Hey @ryan-roemer, admittedly this may not be an issue with ROWDY, but possibly a configuration issue. I would like your input.

When I run a test using saucelabs, it seems Windows_2008 is deleting the session before my tests complete. Have you seen this before? I've been banging my head on it.

Issue occurs on:

IE_10_Windows_2008_Desktop IE_11_Windows_2008_Desktop (possibly other browsers combos)

sauce commands screenshot: http://ookla.d.pr/1lG54

Works on: IE_9_Windows_2008_Desktop IE_10_Windows_2012_Desktop chrome_26_Windows_2008_Desktop

sauce screenshot: http://ookla.d.pr/17MUk This screenshot basically picks up where the other one deletes the session.

So the first part of my test works fine until adapter.client.get try's to get the next url, then the session is deleted.

ryan-roemer commented 8 years ago

@internetchris -- Can you paste the test function and your Rowdy config (if you've configured it specifically). Thanks!

internetchris commented 8 years ago

@ryan-roemer - I just pm'ed you the whole implementation. I will update this thread with any pertinent issues related to the code implementation as it concerns this issue.