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** I unable to run cucumber.js file after migrating to the cucumber 10.8 version.It is showing below error. **Error: Failed to import formatter ./src/helper/report/allureReport.ts at importCode (/Users/test/Documents/Workspace/purpleportalautomation/node_modules/@cucumber/cucumber/src/formatter/import_code.ts:14:11) at...

theme:cucumberjs

**Describe the bug** In allure-codeceptjs 3.0.0-beta.10, when running tests with the --steps or --debug options, the expected step-by-step output is no longer shown **To Reproduce** Steps to reproduce the behavior:...

theme:codeceptjs

**Describe the bug** I tried to setup allure-jasmine v3.0.4 with jest-jasmine2 v29.7.0 runner for my jest tests, and encountered an error which hangs jest. ``` console.error Unhandled error at process.uncaught...

type:bug
theme:jasmine

### Describe the Bug I am using Cypress and trying to use the `allure-cypress` package. I noticed some odd issues using this package in Cypress to make it work with...

type:bug
theme:cypress

**Describe the bug** Execution commands are not grouped into Given-When-Then steps Project structure: Cypress (latest) + @badeball/cypress-cucumber-preprocessor (latest )+ allure-cypress (latest: 3.0.0-beta.6) **To Reproduce** Steps to reproduce the behavior: 1....

theme:cypress

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. ### Description The `parseTestPlan` function in...

type:improvement
theme:commons

**Describe the bug** The mocha-allure reporter crashes with an error "hook.error is not a function" when running tests in parallel mode **To Reproduce** Steps to reproduce the behavior: 1. Create...

type:new feature
theme:mocha

**To Reproduce** Dependencies: ``` "@cucumber/cucumber": "^10.9.0", "@cucumber/messages": "^24.1.0", "allure-commandline": "^2.30.0", "allure-cucumberjs": "^3.0.2", "allure-js-commons": "^3.0.2" ``` In cucumber config.js add ```JavaScript formatOptions: { links: [ { pattern: [/@issue=(.*)/], type: "issue", urlTemplate:...

type:bug
theme:cucumberjs

**Describe the bug** I can't add environmentInfo with some browser information, such as version, name, family and other information, like the version of cypress. The config option gives the option...

**Describe the bug** When using Allure metadata, tests are duplicated in the **Suite** view. **To Reproduce** Execute this cypress test ``` import * as allure from "allure-cypress"; describe("Ajax page", ()...

type:bug
theme:cypress