Skip to content

Yarn (all) tests should start/tear-down their own env and be idempotent #101

@krebernisak

Description

@krebernisak

Currently, some project tests expect the network to be running externally before they are started, others don't have that requirement and start their own network programatically on beforeAll.

These two workflows conflict if they are ran together - no network cleanup, port conflict.

Ideally, we provide env access programmatically, so each test suite can manage their own.

Originally posted by @krebernisak in #93 (comment)

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