Generate static report for playwright #2251
-
Hello guys, im working with allure for playwright. Is it possible to export the Allure report as static? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
if you have the command line report installed you could use the generate option - that would output the report to "reports" I use './node_modules/.bin/allure generate" (on the mac - your path separators may vary :) ) |
Beta Was this translation helpful? Give feedback.
-
You can use $ allure generate --single-file allure-results |
Beta Was this translation helpful? Give feedback.
You can use
single-file
mode introduced recently