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** When I start test in single thread mode, i see the log with the following message: `MochaAllure: "step" can't be used in parallel mode! To use Allure...

type:bug
theme:mocha

### Describe the Bug Getting an error "Error processing suite.before event: TypeError: (0 , crypto_1.randomUUID) is not a function" Error processing suite.before event: TypeError: (0 , crypto_1.randomUUID) is not a...

type:bug
theme:playwright
theme:codeceptjs

**Describe the bug** In my project repository tests are organized the following way: ``` project1 - tests/... - playwright.config.ts project2 - tests - playwright.config.ts project3 - tests - playwright.config.ts ```...

type:bug
theme:playwright

### Describe the Bug Seeing "Empty status details" text instead of failed info in the report ### Steps to Reproduce setup codeceptjs with playwright Run a test which will fail....

type:bug
theme:codeceptjs

**Describe the bug** Some random special character is getting displayed in allure report **To Reproduce** Create testcase which is getting failed **Expected behavior** Report must show expected output

From [https://github.com/allure-framework/allure-js/pull/815#discussion_r1504714275](https://github.com/allure-framework/allure-js/pull/815#discussion_r1504714275): Currently, each package's README contains documentation that describes how to use the package. It overlaps with the corresponding documentation pages at allurereport.org. We should shorten the documentation part...

type:docs

Hello! I would like to ask. This approach is quite often used in my project for automation. There are several manual test cases, the checks for these cases are combined...

**Describe the bug** If I use the free form tags (without `@allure.label.tag:`), Allure adds the “@” prefix to them. **To Reproduce** Create and run a scenario with these tags: ```js...

type:bug
theme:codeceptjs

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

type:improvement
theme:codeceptjs

**Describe the bug** Failed to resolve "allure-vitest/reporter". This package is ESM only but it was tried to load by `require`. See https://vitejs.dev/guide/troubleshooting.html#this-package-is-esm-only for more details. [plugin externalize-deps] node_modules/esbuild/lib/main.js:1374:27: 1374 │...

theme:vitest