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** There is no imports in "hermione-allure/runtime" as described in [documentation](https://github.com/allure-framework/allure-js/tree/main/packages/hermione-allure#custom-history-id) **To Reproduce** Steps to reproduce the behavior: 1. Create empty project 2. exec `npm install typescript hermione-allure`...

**Describe the bug** I unable to run cucumber.js file after migrating to the cucumber 10.3.1 version.It is showing below error. But, the below issue is not occurring if i try...

type:bug
theme:cucumberjs

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

type:dependencies
theme:hermione

### Describe the Bug I get this error when running cypress ``` Oops...we found an error preparing this test file: > cypress/support/e2e.js The error was: Error: Webpack Compilation Error ./cypress/support/e2e.js...

type:bug
theme:cypress

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

type:docs
theme:cypress

**Is your feature request related to a problem? Please describe.** Newman runs a single collection by a time, and therefore `newman-reporter-allure` also. However, `allure` is able to aggregate all the...

type:new feature
theme:newman

**Describe the bug** We are using `v2.15.1` and this version incorrectly calculates tests' `start` time, which leads to incorrectly calculated `Duration` time on allure report UI. The instance of `AllureTest`...

theme:jest

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

type:new feature
theme:jest
theme:cucumberjs
theme:jasmine
theme:playwright
theme:newman

If the test passes, the expect looks like this ![image](https://github.com/allure-framework/allure-js/assets/31980692/cc93d02d-58e6-4caa-bfe6-870c07b441b7) I would like to see more information about the actual value and expected

theme:playwright

**Describe the bug** Add config "testEnvironment": "allure-jest/node", but get testEnvironmentOptions error **To Reproduce** 1. Install "jest": "^27.5.1", 2. Install npm i [email protected] 3. Put jest config in package.json ``` "jest":...

theme:jest