Dmitry Baev
Dmitry Baev
@mxschmitt, is there any built-in way to extract tested values for executed expects?
Is there any issue we can track?
We're already looking into the issue and will provide the fix as soon as possible
The fix is available in the [[email protected]](https://www.npmjs.com/package/allure-cypress/v/3.0.7)
Mocha does not support the feature. From the issue description: > At this moment, the problem can't be solved because mocha parallel mode implementation. The running uses workerpool module, what...
If you have any idea how we can solve the problem -- feel free to mention it here, our team is always happy to help.
> if there is any possibility to achieve the required I don't think this is possible without major Mocha refactoring and collaboration from the Mocha team
We're currently revisiting all the integrations. Please follow https://github.com/allure-framework/allure-js/pull/909 > so maybe this will be addressed there. Yes, it's planned
The issue isn't related to Jenkins Plugin functionality. Please create a discussion https://github.com/orgs/allure-framework/discussions/new?category=questions-support , make sure you specify the test framework you're using and the versions
Since the 3.0.0 links configuration has been changed: ```js links: { issue: { pattern: [/@issue=(.*)/], urlTemplate: "https://example.com/issues/%s", }, tms: { pattern: [/@tms=(.*)/], urlTemplate: "https://example.com/tasks/%s", }, }, ```