plow-technologies / saucelabs-webdriver

Adding a WDAuth for webdriver authentication with saucelabs
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

need to add parallel testing capabilities #1

Open msewell17 opened 9 years ago

msewell17 commented 9 years ago

SauceLabs allows for multiple VMs to be used at the same time, so when we get more tests done, running multiple tests at a time will save a lot of time. As of now the main problem with running multiple tests is sending a passed/failed status to the correct test and keeping that in sync.

The bulk of the code doing the saucelabs connections is found here https://github.com/plow-technologies/saucelabs-webdriver/blob/master/src/Test/Webdriver/Auth.hs

smurphy8 commented 9 years ago

Right but is the issue on parallel builds an onping issue or a saucelabs issue?

On Thu, Jul 16, 2015 at 3:02 PM, Michael notifications@github.com wrote:

SauceLabs allows for multiple VMs to be used at the same time, so when we get more tests done, running multiple tests at a time will save a lot of time. As of now the main problem with running multiple tests is sending a passed/failed status to the correct test and keeping that in sync.

The bulk of the code doing the saucelabs connections is found here

https://github.com/plow-technologies/saucelabs-webdriver/blob/master/src/Test/Webdriver/Auth.hs

— Reply to this email directly or view it on GitHub https://github.com/plow-technologies/saucelabs-webdriver/issues/1.

Scott Murphy Design Engineer scottmurphy09@gmail.com

msewell17 commented 9 years ago

My guess is that changes would need to be made to just this repo to get parallel testing capabilities. The way the test suite is set up in onping should stay the same and work with parallel or one-at-a-time testing

smurphy8 commented 9 years ago

Just to the onping repo?

On Thu, Jul 16, 2015 at 3:19 PM, Michael notifications@github.com wrote:

My guess is that changes would need to be made to just this repo to get parallel testing capabilities. The way the test suite is set up in onping should stay the same and work with parallel or one-at-a-time testing

— Reply to this email directly or view it on GitHub https://github.com/plow-technologies/saucelabs-webdriver/issues/1#issuecomment-122078053 .

Scott Murphy Design Engineer scottmurphy09@gmail.com

msewell17 commented 9 years ago

No just the saucelabs-webdriver repo On Jul 16, 2015 3:21 PM, "smurphy8" notifications@github.com wrote:

Just to the onping repo?

On Thu, Jul 16, 2015 at 3:19 PM, Michael notifications@github.com wrote:

My guess is that changes would need to be made to just this repo to get parallel testing capabilities. The way the test suite is set up in onping should stay the same and work with parallel or one-at-a-time testing

— Reply to this email directly or view it on GitHub < https://github.com/plow-technologies/saucelabs-webdriver/issues/1#issuecomment-122078053

.

Scott Murphy Design Engineer scottmurphy09@gmail.com

— Reply to this email directly or view it on GitHub https://github.com/plow-technologies/saucelabs-webdriver/issues/1#issuecomment-122078374 .