wdio-cucumber-parallel-execution icon indicating copy to clipboard operation
wdio-cucumber-parallel-execution copied to clipboard

A WebdriverIO capability for running Cucumber scenarios in parallel.

Results 11 wdio-cucumber-parallel-execution issues
Sort by recently updated
recently updated
newest added

For instance, if I want to run examples tagged by @weekly. It's not working and it cannot parse it. ``` Scenario Outline: Doing some tests Given a step When I...

By using this plugin I am able to run the tests in parallel but I am getting a blank consolidated json report. I am using the exact same code mentioned...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

It should fix the [Issue #17](https://github.com/SimitTomar/wdio-cucumber-parallel-execution/issues/17) and the "Error: Could not find a job" errors. They come across with putting the "wdioParallel.performSetup()" method as a global function into the "wdio.config.js"...

Currently the `getConsolidatedData` function merges scenario json reports that come from the same feature file. When scenarios are then retried using `specFileRetries`, failed scenarios are still added to the report...

Hey guys! Can somebody tell how to configure parallel execution by scenario? So I can't get several threads from one feature file. Several threads are launched only when a test...

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits 754f0c2 1.3.2 90ee1fa ensure keys are valid when mixing in values See full diff in compare view Maintainer changes This version was pushed...

dependencies

With - wdio v7 - cucumber v7 - wdio.conf.ts runner Configuration: ``` const sourceSpecDirectory = process.env.features; const parallelExecutionReportDirectory = `path/to/parallelExecutionReportDirectory`; let featureFilePath = `${sourceSpecDirectory}/*.feature`; // If parallel execution is set...

Hey @SimitTomar, first off, thank you for creating this plugin and extending the WebdriverIO ecosystem! I was wondering if you would be interested moving this repository into the [WebdriverIO Community](https://github.com/webdriverio-community)...

Hi @SimitTomar , I have recently started using the library and noticed an intermittent error at the beginning of the tests execution `Error: ENOTEMPTY: directory not empty, rmdir`. Although there...