Garris

Results 222 comments of Garris

Structured log sounds like a cool idea. Two approaches come to mind... - **push report data into the logs** there is a logger object already -- this could be modified...

This is a good start. My comments would be... 1) in the UI, if log data is present in a scenario, add a button to show that scenario's log data....

Does this work if you manually generate the cookies file?

Sorry, hard to tell what's going on from your description. One suggestion is to run this sanity test script in your home directory. It will install BackstopJS and run a...

@rbayliss hi there. This is actually working as designed. There is no global option for those props.

You need to check documentation for puppeteer or playwright to see how shadow-dom can be accessed. E.g. if you are using playwright engine -- https://playwright.dev/docs/selectors/#selecting-elements-in-shadow-dom

@mrjamesriley Thanks for posting this in detail! I know this is a non-trivial issue for a few developers who have also posted similar questions here from time to time. So,...

Hi @richhiggins. This is actually a big problem for us now as well. We have multiple deployment environments and are wanting a way to test our deploys from one stage...

@mirzazeyrek thanks for keeping an eye on this! In my case it's really just a convenience issue. We wanted any developer to be able to run locally. And also it...

@jtuds yes -- your solution is very close to what we are more or less doing in some cases. I'm also hoping we can find a magic switch in chrome!...