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** Getting an error when parallel mode is on while using Mocha **To Reproduce** Steps to reproduce the behavior: 1. Set parallel mode to true in mocha.rc config...

type:bug
theme:mocha

**Describe the bug** every console.log wrapped individually **Expected behavior** ![image](https://user-images.githubusercontent.com/110524000/191740252-1b7ff222-cd14-459b-ba28-034a9e54f107.png) **Actual behavior** ![image](https://user-images.githubusercontent.com/110524000/191740453-a3d9a255-56d8-48db-bd85-c72627b005a1.png)

**Describe the bug** ANSI color shown as characters **Expected behavior** Shown ANSI colors same as in build in playwright report ![image](https://user-images.githubusercontent.com/110524000/191739620-baecbe5e-6b48-4560-90d9-220f10357a12.png) Actual: ![image](https://user-images.githubusercontent.com/110524000/191739462-b3f14e90-85ea-42b2-b8b6-49f87780d595.png)

At the moment, the possibility of selective launch is not implemented at the adapter level of the Playwright framework, so Allure TestsOps runs all tests.At the moment, the possibility of...

Hello! I am seeing this occurring when I try to run mocha in my es6 js project. The allure object is undefined while running mocha. I am using node 16.13.1...

### Context We had some issues related to specific OS (e.g. windows) and then, we need to build and test the libraries on different OS. #### Checklist - [x] [Sign...

type:improvement
theme:workflow

### Context #### Checklist - [X] [Sign Allure CLA][cla] - [ ] Provide unit tests Fixes #482 The issue here is that, when running mocha in parallel mode with beforeEach...

theme:mocha

fixes #475 ### Context Changes the logic for work with nested steps and their labels and attachments introducing our own enhanced World implementation. Example: ```js const { Then, setWorldConstructor }...

type:bug
theme:api
theme:cucumberjs
theme:playwright

This PR add new Vitest report fixes #415

new-reporter

Currently playwright annotations don't appear in report. Allure need to show them as parameters.

theme:playwright