We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Remove hardcoded driver name in tests #7
03f4471
08e74d8
0998763
No branches or pull requests
Test/jdi_uitests_webtests/test/init_tests.py
class InitTests(unittest.TestCase):
Tests code should not specify which selenium driver to use, one should be able to run same tests against different browsers, environments, etc.
The text was updated successfully, but these errors were encountered: