Dmitry Baev
Dmitry Baev
You can apply a name template as well: ```js links: { issue: { pattern: [/@issue=(.*)/], urlTemplate: "https://example.com/issues/%s", nameTemplate: "ABC-%s" }, }, ``` > @baev, please update the [documentation](https://github.com/allure-framework/allure-js/blob/main/packages/allure-cucumberjs/README.md). 👍
I confirm that name templates are not supported for cucumber-js at the moment.
What is the reason for having an invalid test plan? Could you please provide steps to reproduce the problem?
`allurectl` should not provide the `ALLURE_TESTPLAN_PATH ` variable with a path to a non-existing or invalid file. Could you please specify the `allurectl` version you're using?
A summary: 1) The test plan file should always be correct if present. 2) The parsing behaviour is not changed. Only a console warning was added. 3) You should find...
Since most of you are TestOps users, please report any issues regarding this issue via the dedicated TestOps support portal.
Works as expected using `[email protected]` and `[email protected]`
Simply delete the `allure-results` directory before the tests run.
Could you please re-check the issue using the latest `3.0.0-beta.3` release? All the integrations were revisited (& reworked) recently, we're about to release 3.0.0. If the issue still occurs, we'll...
The issue should be fixed in the latest 3.0.0-beta releases.