-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add allure-playwright #296
Comments
@pavelfeldman It will be very good, tnx! |
@pavelfeldman Thank you for implementing the allure reporting to playwright! Its fantastic! My only question is regarding the location of the allure-reports and allure-results, which goes by default to the root of my project. I am using playwright.config.ts file where I declare the reporter. I did not understand how to use ALLURE_RESULTS_DIR as a environment variable. Can someone please help me out? |
Take a look here: |
There is a popular request for Allure reporting at microsoft/playwright#7034.
I have it working locally, it is only ~120 lines of code. Are you interested in a PR that adds it here?
The text was updated successfully, but these errors were encountered: