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 | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^7.32.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/eslint/7.32.0/8.25.0) |...

theme:api
theme:mocha
theme:jest
theme:cucumberjs
theme:jasmine
type:dependencies
theme:decorators
theme:build
theme:playwright

currentExecutable throws "No executable!" error when trying to execute startStep function. ``` Error: No executable! at CucumberAllureInterface.get currentExecutable [as currentExecutable] (/Users/fguidobaldi/Repositorios/fury_qaautomation/node_modules/allure-cucumberjs/dist/src/CucumberAllureInterface.js:65:15) at CucumberAllureInterface.startStep (/Users/fguidobaldi/Repositorios/fury_qaautomation/node_modules/allure-cucumberjs/dist/src/CucumberAllureInterface.js:74:33) at attachRequestAndResponse (/Users/fguidobaldi/Repositorios/fury_qaautomation/features/steps/when.js:410:33) at World. (/Users/fguidobaldi/Repositorios/fury_qaautomation/features/steps/when.js:176:7)...

type:bug
theme:cucumberjs

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

The Playwright Reporter missed attachments whose extensions could not detect from content type. Add auto detect file extensions from the file name. #### Checklist - [x] [Sign Allure CLA][cla] -...

type:improvement
theme:api
theme:playwright

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint) | [`^4.29.3` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/4.29.3/5.40.0) | [![age](https://badges.renovateapi.com/packages/npm/@typescript-eslint%2feslint-plugin/5.40.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

type:dependencies
theme:build

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^26.0.10` -> `^29.0.0`](https://renovatebot.com/diffs/npm/@types%2fjest/26.0.24/29.1.2) |...

theme:jest
type:dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`^14.6.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/@types%2fnode/14.17.12/16.11.66) |...

type:dependencies
theme:build

### Context Removes `yarn` with all the following artifacts #### Checklist - [x] [Sign Allure CLA][cla] - [x] Provide unit tests [cla]: https://cla-assistant.io/accept/allure-framework/allure2

theme:api
theme:mocha
theme:jest
theme:cucumberjs
theme:jasmine
type:dependencies
theme:workflow
theme:decorators
theme:build
theme:playwright

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testdeck/mocha](https://testdeck.org/) ([source](https://togithub.com/testdeck/testdeck)) | [`0.1.2` -> `0.2.1`](https://renovatebot.com/diffs/npm/@testdeck%2fmocha/0.1.2/0.2.1) |...

theme:mocha
type:dependencies
theme:decorators

Is it possible to attach actual request and response in the test steps? `e.g in Python allure.attach() ?`