Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

feat: reuse worker process between test types #242

Merged
merged 1 commit into from
Apr 23, 2021

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Apr 22, 2021

When two test types only differ in the last few
environments, and none of them has beforeAll or afterAll,
we can reuse the worker. In this case, the worker won't have
to run new beforeAll/afterAll methods, and will update
the list of envs to run beforeEach/afterEach for the next test.

When two test types only differ in the last few
environments, and none of them has `beforeAll` or `afterAll`,
we can reuse the worker. In this case, the worker won't have
to run new `beforeAll`/`afterAll` methods, and will update
the list of envs to run `beforeEach`/`afterEach` for the next test.
@dgozman dgozman merged commit 9484a63 into microsoft:master Apr 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant