sauce-java icon indicating copy to clipboard operation
sauce-java copied to clipboard

Make all unit/integration/ui tests run in parallel

Open nadvolod opened this issue 6 years ago • 1 comments

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 avatar Mar 22 '19 22:03 nadvolod

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

nadvolod avatar Apr 15 '19 19:04 nadvolod