allure-js
allure-js copied to clipboard
Allure integrations for JavaScript test frameworks
**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...
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...
**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",...
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...
**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...
### 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]...
### 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...
[//]: # ( . Note: for support questions, please use Stackoverflow or Gitter**. . This repository's issues are reserved for feature requests and bug reports. . . In case of...
### 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
I see that karma reporter is missing in the packages folder