Skip to content

Facing allure is deprecated error while trying to use the allure-playwright 3.0.0-beta.9 #2678

Closed Answered by baev
islam-tenovos asked this question in Questions & Support
Discussion options

You must be logged in to vote

you need to use

const allure = require("allure-js-commons");

Or require only the API you need

const { step, attachment, link } = require("allure-js-commons");

instead of

const { allure } = require("allure-playwright");

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@amitAutoS
Comment options

@amitAutoS
Comment options

@amitAutoS
Comment options

@hil7300
Comment options

@samSam-0
Comment options

Answer selected by islam-tenovos
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
5 participants