allure-js icon indicating copy to clipboard operation
allure-js copied to clipboard

Allure integrations for JavaScript test frameworks

Results 219 allure-js issues
Sort by recently updated
recently updated
newest added

Current realizations of playwright reporter do attachments parsing only when test and. With real time reporting via https://github.com/allure-framework/allure-js/pull/412 we can move this to `onStepEnd` hook.

theme:playwright

I am new to Allure reports and WebdriverIO I'm submitting a - [ ] bug report Current Behavior : Allure report counts all after, all before all tests in the...

Get this error `Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-16-openjdk-amd64/lib/libawt_xawt.so` while running `allure open ./allure-report` in ubuntu 20 Is there any other way to open reports other than...

[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...

#### I'm submitting a feature request #### What is the current behavior? If i generate allure report from default xml generated from nightwatch.js then test steps are not getting added...

[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...

**Describe the bug** A single JSON file is created in allure-results folder on executing cucumber tests in parallel mode. Whereas the same is not true when the test case is...

I'm using Allure in combination with Cucumber+Playwright and there are no screenshots shown ![Screenshot 2022-10-05 111024](https://user-images.githubusercontent.com/78973138/194027875-d2573e32-5ae0-4dc2-a763-02f01879e840.png) In common-hooks.ts file there is @After function, where taking screenshot after each failed scenario...

**Describe the bug** When WDIO/Mocha Fails on Any Hook (before, after) but Passes on Retry, Allure Still Shows as Failed. There is a `specFileRetries` config in WDIO that can be...

Steps video and screenshots are not displayed when Playwright test fails due timeout after multiple attempt to perform action on the element. Please find the attached screenshot of the issue....

theme:playwright