Add native option to generate plugin test reports#889
Open
sebet wants to merge 10 commits intoSteamDeckHomebrew:mainfrom
Open
Add native option to generate plugin test reports#889sebet wants to merge 10 commits intoSteamDeckHomebrew:mainfrom
sebet wants to merge 10 commits intoSteamDeckHomebrew:mainfrom
Conversation
Member
|
can u use lp.deckbrew.xyz instead pls |
Member
|
also if there has to be a hole in the middle of the QR put the decky logo in it |
Author
|
@AAGaming00 I've pushed the changes you've suggested. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please tick as appropriate:
Description
At the moment, reporting plugin tests can be a bit tedious, since it requires a specific template and getting updated system info as well as the plugins list and their respective versions .
This PR tries to simplify the process by providing a native option on Decky Loader that can automatically generate system/plugins info, and allow testers to immediately start a report directly from their Steam Deck.
It adds a Generate Plugin Test Report option under Developer > Reports.
Testers can flag major or minor issues and add a report summary. After they are finished, the report is uploaded to https://lp.deckbrew.xyz/ to be easily copied&pasted from a PC or mobile device, to the relevant Github issue. The final report is generated using the Decky Loader report template.
Screenshots
Toggling any of the Major / Minor issues will surface the respective input field.
Clicking "Create Report" will immediately upload the report to https://lp.deckbrew.xyz/ to easily copy&paste to an external device. The report and relevant link can also be copied to the clipboard.
Generated report
Notes