Modifies the way to execute feature tests in parallel and it should be configured in Server Mode.

This commit is contained in:
Yogesh Mahajan
2021-05-27 11:01:25 +05:30
committed by Akshay Joshi
parent faa49687be
commit 2d58f60a53
9 changed files with 209 additions and 136 deletions

View File

@@ -148,6 +148,9 @@ class BaseTestGenerator(unittest.TestCase):
def setDriver(self, driver):
self.driver = driver
def setParallelUI_tests(self, parallel_ui_tests):
self.parallel_ui_tests = parallel_ui_tests
def setServerInformation(self, server_information):
self.server_information = server_information