ExploratoryTestingChromeExtension
ExploratoryTestingChromeExtension copied to clipboard
Integration with Screenshot tools for capturing
First of all: AMAZING JOB!
One thing that is still preventing me to use this heavily is the lack of good screenshot capabilities like greenshot or screenpresso.
It would be great if we can integrate and/or have at least basic highlighting capabilities like: click screenshot, open the screenshot temporarily and allow highlight with square / arrow / circle / text.
This is a huge boost to productivity in QA teams !
Thanks a lot
Sure! It's something I've had in mind since I started this project. I'd like to start with something basic like being able to crop screenshots, it's something simple and adds a lot of value. Although, lately I don't have much time and the "front" part is the one that struggles me the most. In this sense any help is welcome. I hope to be able to continue progressing in it. @brunobertechini Thanks for the feedback anyway. :)
I've had a todo to look at this for a while, but life has been happening.
I'm not too keen to write my own JS screenshot/image editing library. I think the screenshotting (is that a word?) is fine. It produces clear images, the images are usable. What @brunobertechini would like (and I would too!) is some way to annotate images after they've been captured.
I did some research on that front, and marker.js looked like a good option for this. There is a free/linkware option -- which I don't think would cause a problem, but what do you think @morvader?
There's other options out there 1, 2, but I liked the UI on marker.js better. my thought is that you'd be able to make your highlights/annotations from the "view report" screen.
Thanks for the info @lanej0 .
marjer.js looks nice and easy to use. It could be a good choice. I have to think about the process of editing images, I mean, where and how to edit screenshots.
Any suggestions would be appreciated.