allure-js
allure-js copied to clipboard
Allure integrations for JavaScript test frameworks
**Describe the bug** I am using "newman-reporter-allure" reporter plugin to generate allure-results folder, then use Jenkins allure report plugin https://plugins.jenkins.io/allure-jenkins-plugin/ to generate allure-report, however, I found the test case number...
**Describe the bug** Details for failures of tests resulted in status BROKEN because of "timeout exceeded" shows only the message `Test timeout of .....ms exceeded.` and I am pretty sure...
**Describe the bug** How to add video as an attachement to allure cucumber-js report. **To Reproduce** Steps to reproduce the behavior: Create BDD cucumber Playwright framework Add allure-reporter . Ref...
**Describe the bug** We have a problem related to mocha parallel mode for a long time, there is some related issues in the repository: #485, #486. **To Reproduce** Steps to...
I am using playwright. There are 5 tests in one spec file. In beforeAll I prescribe precondition annotations for all tests, and allure.id in each test is different. If the...
**Describe the bug** Hi I am using cypress+esbuild with allure-js. When I was using the `v2.0.0-beta.18` version, all was ok, But when I upgraded to `v2.1.0` I started getting: ```shell...
Since version 2.0.0-beta.19 the Links are not publishing the `name` field on the result report. (See diff between beta.18 [here](https://github.com/allure-framework/allure-js/compare/v2.0.0-beta.18...v2.0.0-beta.19)) The Type definition still set that field as optional (as...
**Describe the bug** I noticed something which is very strange and still a mystery for me. Not sure if I did something wrong. After my test execution with codeceptjs and...
Playwright: beforeAll/afterAll data are added to the part of the first/last test case in the report.
**Is your feature request related to a problem? Please describe.** For Playwright: `beforeAll`/`afterAll` data are shown as an integrative part of the first/last test case in the report. When the...
**Describe the bug** Hi, I'm currently getting the following error when using allure-js and trying to build project or run tests. I think this error occurs due to I change...