allure-js
allure-js copied to clipboard
Console.logs are shown as stdout files
Describe the bug Issues with playwright allure report
To Reproduce Steps to reproduce the behavior:
- npx playwright test --browser=chromium --reporter=line,allure-playwright
- allure generate ./allure-results -c && allure open
Expected behavior I would expect to see the The console.logs directly in the test case
Screenshots
I'm seeing for each log a stdout file that contains the log.
I need to click every file to see the log
Desktop (please complete the following information):
- Browser chromium
And a question: is how to attach screenshots to the allure reports? I'm using latest playwright version with playwright test runner
Thank you very much!
@vovsemenv seeing the same issue, it's been over a year, any chance this issue would be sorted?
duplicate of https://github.com/allure-framework/allure-js/issues/500 fill be fixed soon
PR is ready guys 😻 https://github.com/allure-framework/allure-js/pull/580