Skip to content

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

Open
@heilgeirr

Description

@heilgeirr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions