-
-
Notifications
You must be signed in to change notification settings - Fork 716
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
Introduce single file report mode #2072
Conversation
Is there a way to use this option in Allure Bamboo Plugin? |
I have some concerns about this single file mode. Our reports contain thousands of test cases (because we run them entire weekend) and sometimes have a lot of attachments and reports could be very big, like 5g. Will this single file mode still works? Could you still maintain current mode? |
@biski, please create a discussion https://github.com/orgs/allure-framework/discussions, and I'll be happy to answer! |
@baev, this feature was very missed: useful for cases where you just want to send a report than can be opened in a browser (no CORS issues). But, I'm missing the "Package" and "Behaviors" view when using the This doesn't happen when I don't use the |
@karltiirik I have the same issue with you when exporting single html file. Have you filed a bug report yet? |
@karltiirik @anht3889 fixed via #2220 |
How do we get history with --single-file option? |
@vydra, it's not yet supported. Please follow https://github.com/orgs/allure-framework/discussions/2127 for the updates. |
@baev how can i share allure-report to someone else in company on URL ? |
@princyyyy please use our discussions to ask questions In short, you need to build the reports on CI so that all team members have access to them. https://github.com/orgs/allure-framework/discussions/2341#discussioncomment-8370575 |
@baev yes i know we can archived that through CI, but my requirement is to share report via link in pull request so reviewer can get to know testcases is getting pass, without CI |
@baev |
@baev , can you please guide me, how can i use custom logo with this feature |
Context
The change introduces single file report mode. To generate the report in
single file mode run:
fixes #755
Checklist