Skip to content

Need to run many scenarios at one instance without relaunching the browser. How to do it? #4812

Open
@FathimaAfshan

Description

@FathimaAfshan

helpers: {
Playwright: {
browser: 'chromium',
url: '***',
show: true,
keepBrowserState: true, // This ensures cookies and session are maintained across scenarios
restart: false, // Prevents browser from restarting after each scenario
keepCookies: true,
}
}

I have given restart as 'false' but still the browser is getting relaunched after every scenario

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