codeceptjs / codeceptjs/CodeceptJS
can we acheive Parallel execution in data driven test(all test inside a single FEATURE block)
- Dominant language
- JavaScript
- Stars
- 4.2k
- Forks
- 757
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 16
Description
#### What are you trying to achieve?
I have a data driven test created using datatable with 200 test cases in it , is there any way to split this 200 tests and run them parallely. Generally we can acheive parallel execution through workers and mutiple browsers but those parallely execute test suites but in my case i need to execute test cases present in a data driven test
#### What do you get instead?
> Provide console output if related. Use `--verbose` mode for more details.
```bash
# paste output here
```
> Provide test source code if related
```js
// paste test
```
### Details
* CodeceptJS version:
* NodeJS Version:
* Operating System:
* puppeteer || webdriverio || protractor || testcafe version (if related)
* Configuration file:
```js
# paste config here
```
Contributor guide
Assessment
This issue has not been assessed yet.