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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [esbuild](https://togithub.com/evanw/esbuild) | [`^0.22.0` -> `^0.23.0`](https://renovatebot.com/diffs/npm/esbuild/0.22.0/0.23.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type:dependencies

### Context #### Checklist - [x] [Sign Allure CLA][cla] - [x] Provide unit tests [cla]: https://cla-assistant.io/accept/allure-framework/allure-js

theme:api
type:new feature

theme:mocha
theme:jest
theme:cucumberjs
theme:jasmine
theme:playwright
theme:newman
theme:codeceptjs
theme:vitest
theme:cypress

**Is your feature request related to a problem? Please describe.** Currently video is attached for all the executions including Passed scenarios. When we try to artifact the report, its a...

theme:cypress

**Describe the bug** When Allure is used inside `beforeAll()`, it fails with: ``` Cannot read properties of undefined (reading 'applyMetadata') TypeError: Cannot read properties of undefined (reading 'applyMetadata') at NodeEnvironment.handleAllureMetadata...

theme:jest

**Is your feature request related to a problem? Please describe.** Currently, it's impossible to add environment information, displayed on the main page of Allure report: https://allurereport.org/docs/jest/#environment-information **Describe the solution you'd...

theme:jest

I am running my project with Playwright, Cucumber, and Allure Report. I have a feature file as shown below and I am running tests with specific tags, but it is...

theme:cucumberjs

**Is your feature request related to a problem? Please describe.** We need to have a way to highlight tests that are failing because of known bugs. Right now these tests...

theme:jest

**Describe the bug** I am using **Allure** and **cypress-mochawesome-reporter**. Screenshots are available in Allure report but not in the mochawesome report. **To Reproduce** the `support/e2e.js` file: ``` import './commands' import...

theme:cypress

**Describe the bug** In the provided [script](https://github.com/li1225/bulma/blob/main/e2e/exploration/describeOne.test.ts), I encountered an issue where the Allure report does not display the [description](https://github.com/li1225/bulma/blob/main/e2e/exploration/describeOne.test.ts#L16) or other Allure features correctly when using test.concurrent. However, the...

type:bug
theme:vitest