Garris

Results 221 comments of Garris

So, two things -- let me first address your parallel issue. BackstopJS already runs tests in parallel and combines results into one report. See https://github.com/garris/BackstopJS#capturing-screens-in-parallel Second -- there is a...

Yes. I would consider changing this convention. It would require updating the docs and some of the scaffolding code. My only concern would be that it adds some (probably minor)...

I believe it already does this. If you run the sanity check it the docs it should work like that.

I don't know of any integrations with cypress -- I would ask on their issues page to see if someone has done it. FWIW: Backstop was recently integrated into Ember...

This is actually pretty easy to do. Here is an example. In your config you could add an `emulateDark` to your viewport props... ``` "viewports": [ { "label": "phone", "emulateDark":...

@annasesb01 can you help me understand the problem you are solving? And how the solution changes the developer experience?

Best way to log in is to grab a valid set of cookies from your server, then modify the cookies.json file. Logging in manually is not really recommended. Maybe this...

Wow, you sound really frustrated. Don't worry -- It's going to be ok! Did you read the _setting cookies_ section of the doc? https://github.com/garris/BackstopJS#setting-cookies Please note -- you'll need this...

@maxfenton I would be willing to merge a PR for just this change. It opens up possibilities with the lightest touch.

I just made the change. Hope this is helpful. Will go out in next release. https://github.com/garris/BackstopJS/commit/944884bcd785a3cd0715a90371eb39a62855ec58