jest-allure icon indicating copy to clipboard operation
jest-allure copied to clipboard

Generate Allure Report for jest. Allure Report, a flexible lightweight multi-language test report tool with the possibility to add steps, attachments, parameters and so on.

Results 36 jest-allure issues
Sort by recently updated
recently updated
newest added

I am trying to use both concurrent and reporter methods, then it throws an exception After some research, found out that the specStarted method executed after the async function. so,...

Since Jest 27 [switched default test runner](https://jestjs.io/blog/2021/05/25/jest-27#flipping-defaults), running setup throws: ``` ReferenceError: jasmine is not defined at registerAllureReporter (../../node_modules/jest-allure/dist/setup.js:62:5) at Object. (../../node_modules/jest-allure/dist/setup.js:65:1) ``` --- A workaround on this is to...

Bumps [async](https://github.com/caolan/async) from 2.5.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

Fixes the following vulnerability ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ moderate │ Inefficient Regular Expression Complexity in │ │ │ chalk/ansi-regex │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ ansi-regex │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │...

Hi all, I am using allure-Jest, does anyone know how I can add the response and request to the reporter? jest-allure": "^0.1.1"

hi , do you have any plans to support json format for allure 2 ? thank you .

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

ReferenceError: jasmine is not defined at registerAllureReporter (/Users/xxxx/Projects/xxxx/xxxx/node_modules/jest-allure/dist/setup.js:46:5) Steps followed: 1. "jest": { "setupTestFrameworkScriptFile": "./func-test-jest.config.js" }, 2. just imported in global setup file const { registerAllureReporter } = require("jest-allure/dist/setup"); please...

question

Hi all, I'm having the following issue ReferenceError: jasmine is not defined > 1 | import "jest-allure/dist/setup"; | ^ 2 | at registerAllureReporter (node_modules/jest-allure/dist/setup.js:46:5) at Object. (node_modules/jest-allure/dist/setup.js:49:1) at Object. (jasmine.config.js:1:1)...

help wanted

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.5&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies