Skip to content

Is it possible to use 'allure-jest' with custom testEnvironment ? #2840

Closed Answered by baev
tematef asked this question in Questions & Support
Discussion options

You must be logged in to vote

Starting from 3.0.8, you can use createJestEnvironment helper function to use Allure with custom environments:

import { createJestEnvironment } from "allure-jest/factory";

export default createJestEnvironment(WMETestEnvironment);

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by baev
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants