Skip to content

Wallet actions in multiple tests can only run serially #3

@osis

Description

@osis

Describe the bug

Wallet actions have to run serially or else the browser will crash.

To Reproduce

Write a series of Playwright tests with default settings.

Expected behaviour

Would expect DappWright to be able to handle a number of concurrent browser sessions seeded with the context from a global-setup. This would allow each wallet to execute within their own context and at the same time.

Additional context

This seems to be happening due to multiple chromium sessions accessing the same user profile data on disk. More investigation needed though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions