Dmitry Baev

Results 300 comments of Dmitry Baev

@ECliamb, could you please double-check the Jest version? Our full integration suite passes when using `[email protected]`.

We have official examples for all the possible combinations of build system (NPM, PNPM, Yarn), language (JavaScript, TypeScript) and module system (CommonJS, ESM). Please see https://github.com/allure-examples?q=cucumberjs&type=all&language=&sort= For ESM, it works...

I agree that we should process Javadoc somehow to clean it up. However, I don't know any reliable Java library that can parse the Javadocs. Micronaut uses https://github.com/chhorz/javadoc-parser for openapi...

The issue is that reporters are still executed when running the playwright with the `--list` option. See https://github.com/microsoft/playwright/issues/30706#issuecomment-2200663138 The workaround would be to override reporters' configuration: ```baseh $ npx playwright...

Starting with allure-cucumber 3.0.0, you can add attachments using `attachment` method, exposed by the commons: ```ts import { attachment } from "allure-js-commons"; // anywhere within the test or fixture context:...

Do you have any ideas on how this should be implemented, by chance? Do you expect Allure to generate a `history` folder together with `index.html` for the single file mode?

The feature is already supported in Allure 3 https://github.com/allure-framework/allure3 As for today, there are no plans to support it in Allure 2, but at some point we may consider backporting...

To close this problem, we need to solve two issues: [support for multiple errors](https://github.com/allure-framework/allure-js/issues/704) and [support for parsed stack trace](https://github.com/allure-framework/allure-js/issues/353).