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 | Type | Update | Change | |---|---|---|---| | [npm-run-all](https://togithub.com/mysticatea/npm-run-all) | devDependencies | replacement | [`^4.1.5` -> `^5.0.0`](https://renovatebot.com/diffs/npm/npm-run-all/4.1.5/) | This...

theme:api
type:dependencies
theme:vitest

**Describe the bug** In config file projectDirectory\cypress\config\config.ts I have default configuration: `allureCypress(on); ` For "cypress run": allure-results directory is: projectDirectory\cypress\config\allure-results\ For "npx allure serve allure-results" (default): allure-results directory is: projectDirectory\allure-results\...

theme:cypress

**Describe the bug** In the allure report, it is not printing console logs. Also need info about how to include screenshot for failure cases and recording. **To Reproduce** Steps to...

theme:cucumberjs

**Describe the bug** I could generate the allure report but feature name is missing, Instead, it is showing scenario name. In the report (Feature name is missing and it is...

**Describe the bug** In the allure report, failure message is not displaying properly. It is showing as below In the terminal it is showing properly (Ran the following command via...

type:bug
theme:playwright

Hermione 8.3.0 Hermione-Allure: 2.13.0 Previous bug report: https://github.com/allure-framework/allure-js/issues/863 @epszaw Please, reopen bug, no changes inn version 2.13.0. ```typescript await browser.step(currentTest.id, "Some step", async () => { ... }); ``` Empty...

theme:hermione

AllureRuntime creates the results directory only once (in its constructor). Some testing tools like Cypress support interactive testing with long-running sessions. If the directory gets deleted, each further attempt to...

type:bug
theme:commons

**Is your feature request related to a problem? Please describe.** AllureTestops has feature that allow to create manually step with expected result, but i need feature to create via code....

type:new feature

### Discussed in https://github.com/orgs/allure-framework/discussions/2410 Originally posted by **devrajshetake** March 11, 2024 I am using Cucumber and Playwright with typescript to run my BDD tests. The allure report I am generating...

**Describe the bug** I ran integration tests that run on average for a minute and a half, but after generating the report it shows that it took several days. **Screenshots**...

type:bug
theme:vitest