You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
krebernisak
changed the title
Yarn workspace tests should start/tear-down their own env and be idempotent
Yarn project tests should start/tear-down their own env and be idempotent
Sep 5, 2022
krebernisak
changed the title
Yarn project tests should start/tear-down their own env and be idempotent
Yarn (all) tests should start/tear-down their own env and be idempotent
Sep 5, 2022
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)
The text was updated successfully, but these errors were encountered: