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

**Describe the bug** Issues with playwright allure report **To Reproduce** Steps to reproduce the behavior: - npx playwright test --browser=chromium --reporter=line,allure-playwright - allure generate ./allure-results -c && allure open **Expected...

theme:playwright

When I have `beforeEach` in my test suite and add test steps inside it will result in a report as several calls of `beforeEach` for each test. This happens because...

theme:mocha

**Describe the bug** This is my package.json: ``` { "name": "test-automation", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "allure:generate": "npx allure generate ./allure-results --clean", "allure:open": "npx allure open ./allure-report",...

type:bug
theme:playwright

Hi, I tried to add some allure properties to a test which I want to skip programmatically. I can see that the skip actions override all allure properties I have...

type:bug
theme:mocha

**Is your feature request related to a problem? Please describe.** Attaching a screenshot to an allure step is not working as the screenshots are being added at the end of...

theme:playwright

### Context Adds feature `uri` (file path) as `fullName` parameter to be able to filter specs according [the documentation about filtering](https://github.com/cucumber/cucumber-js/blob/main/docs/filtering.md#names). #### Checklist - [x] [Sign Allure CLA][cla] - [x]...

type:bug
theme:cucumberjs

### Context Adds `createTestPlanFilter` utility to wrap the configuration and run only required specs during re-run (see README for examples) #### Checklist - [x] [Sign Allure CLA][cla] - [x] Provide...

type:improvement
theme:cucumberjs

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

theme:mocha

### Context Add allure helper function `environment`. #### Checklist - [x] [Sign Allure CLA][cla] - [x] Provide unit tests [cla]: https://cla-assistant.io/accept/allure-framework/allure2

type:new feature
theme:playwright

I see that karma reporter is missing in the packages folder

new-reporter