Open
Description
Test/jdi_uitests_webtests/test/init_tests.py
class InitTests(unittest.TestCase):
@classmethod
def setUpClass(cls):
WebSite.init(EpamJDISite, "chrome")
Tests code should not specify which selenium driver to use, one should be able to run same tests against different browsers, environments, etc.
Metadata
Metadata
Assignees
Labels
No labels