Open msewell17 opened 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
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
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
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 .
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