Skip to content
New issue

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

WebSite.init does not use webdriver settings from config, selecteddriver is hardcoded to tests #7

Open
heilgeirr opened this issue Jul 27, 2018 · 0 comments

Comments

@heilgeirr
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant