saucelabs / sauce-java

A set of helpers for consuming Sauce Labs services from Java
Apache License 2.0
45 stars 61 forks source link

Make all unit/integration/ui tests run in parallel #78

Open nadvolod opened 5 years ago

nadvolod commented 5 years ago

I would like to speed up test execution for our cod base and make all the tests run in parallel. Not sure how to do that since I'm a Java novice. Please help.

nadvolod commented 5 years ago

Currently in this PR: https://github.com/saucelabs/sauce-java/pull/87 But need to add a thread safe factory class so that tests pass in parallel