Feature Description
We want to have an option to parallel tests
Why is this feature needed?
This will improve speed and add a lot of value as it is not that simple in other tools.
Proposed Solution
We have to investigate this with puppeteer sessions. As service worker needs to be unique per tab.
API/Interface Design
Implementation Approach
We have to investigate puppeteer options for this.
Testing Strategy
Running current tests
Benefits
- Better DX
- Better times
- Add parallel when other tools you need complex setups for that
Feature Description
We want to have an option to parallel tests
Why is this feature needed?
This will improve speed and add a lot of value as it is not that simple in other tools.
Proposed Solution
We have to investigate this with puppeteer sessions. As service worker needs to be unique per tab.
API/Interface Design
{ "parallel": 2, }Implementation Approach
We have to investigate puppeteer options for this.
Testing Strategy
Running current tests
Benefits