-
Notifications
You must be signed in to change notification settings - Fork 843
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
Feat screenshot html #1226
Feat screenshot html #1226
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bugrakocabay This is a very cool feature! What do you think about moving the html code into an external html template that can be populated with template syntax (either go native or something like twig like syntax)? In this way the output report would be completely customizable
Spinned up a new goroutine with a channel, as when I used it inside the one above it, some race conditions occurred. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you @bugrakocabay for adding this support.
As requested here, I have implemented a feature for -screenshot flag, which saves the result screenshots in an indexed html file as this;
The basic functionality is ready, but there is still room for improvement. Open for any suggestions.