Skip to content

Improve testing speed: reduce number of calls to newRemote #79

Open
@minusnine

Description

@minusnine

We have segregated the tests into many small tests, which is good from an isolation perspective. However, a call to newRemote is very expensive; we should consider consolidating tests into subtests that share a WebDriver instance, especially those that don't modify state. This should reduce test run time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions