Nik Zupančič
Nik Zupančič
#### What are you trying to achieve? I'm using a custom script (based on example from docs https://codecept.io/parallel/#custom-parallel-execution) to run tests in multiple workers. Until now I was running 2...
When using Codecept with [mocha-junit-reporter](https://www.npmjs.com/package/mocha-junit-reporter) I noticed that testcase name is not always consistent and changes depending on whether `retry` is used on scenario or not. For a test without...
**Describe the bug** This is a continuation of a recent feature request: https://github.com/allure-framework/allure-js/issues/1242. With this implementation the steps from page objects are displayed correctly as nested sub-steps but only when...