Skip to content

Browser is closing after each test when we do Ordered Test  #87

@abrahamjoji

Description

@abrahamjoji

I try to run different test case together one after the other using ordered test in the same browser. After each test, browser is getting closed. Due to this my test is failing.
I try to add CloseOnPlaybackCleanup in the files

  • BrowserDriverFactory
  • BrowserOption
    But it is not accepting my CloseOnPlaybackCleanup option.

Is there a way to put "browserWindow.CloseOnPlaybackCleanup = false;"
It will maintain the browser so each test will run on the same browser.

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