Describe the bug
When running "Scenario Outline" examples with Cucumber+WebdriverIO (Appium service), the test run in testomat seems to just upload the latest example result.
To Reproduce
Steps to reproduce the behavior:
- Create a "Scenario Outline" with several examples using Cucumber+WebdriverIO framework.
- Run the test adding the needed config in order to create the test run report in testomat
"npx start-test-run -c 'dotenv -e .env -- npx wdio config/local/ios.conf.js --parallel=true' --env-file .env"
- Note we are using wdio-cucumber-parallel-execution, which creates 1 webdriverio session per Cucumber example
- Once the run is finished, in testomat we just get the latest example execution as the feature result
Expected behavior
Ideally, we should have a result per each scenario outline example, meaning that probably scenario outlines should be treated as test suites containing different tests.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS] - macOS Sonoma
Smartphone (please complete the following information):
- Device: [e.g. iPhone6] - iPhone 15
- OS: [e.g. iOS8.1] - 17.2
Describe the bug
When running "Scenario Outline" examples with Cucumber+WebdriverIO (Appium service), the test run in testomat seems to just upload the latest example result.
To Reproduce
Steps to reproduce the behavior:
"npx start-test-run -c 'dotenv -e .env -- npx wdio config/local/ios.conf.js --parallel=true' --env-file .env"Expected behavior
Ideally, we should have a result per each scenario outline example, meaning that probably scenario outlines should be treated as test suites containing different tests.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):