Julian Burr

Results 29 comments of Julian Burr

Yeah, this is mainly what I thought of as well. Having the headers in a searchable form right in the panel rather than having to manually search them would save...

I wrote a very basic node script that downloads the headers from [abynims sketch headers repo](https://github.com/abynim/Sketch-Headers/) (assuming this is a reliable source of truth for the latest headers) and runs...

What I had in mind was mainly the basic request and response information, so headers, body, duration of the request, maybe keeping track of treads... I don't know how far...

@amjadalibb Don't have a windows maschine atm to test this, can you give an example (or make a PR) of how to do the same thing with `node-fs-extra`? I guess...

Yes, the logging def needs to be improved, will look into that in the next days ... if you have any other suggestions for helpful logs besides the file names...

Hey, that's great 👏 Will definitely have a look over the weekend and see how much I can simplify things with this :+1:

yeah, sorry, I'm a bit busy atm, so I didn't get to have a look at this yet, but will definitely do as soon as I can :blush:

hey, I finally got to spend some time on this :smile: I removed the cropping logic and adjusted the diffing functionality, so that the plugin works again with the latest...

Can you post an example here? Even tho I think I know what you mean ... the way I currently scale the screenshots so they can be compared no matter...

I added the threshold as option to the command, so you can do sth like this now: ```js cy.matchScreenshot('fileName', { threshold: 0 }) ``` Let me know if that works...