Max Fenton
Max Fenton
Thank you for adding this option.
Could the documentation please clarify what's meant by "in the project root"?
Same issue for us with Line 559 in version 3.7.7 We do not have that issue with 4.2.2 (for Craft 4) @joeforfuture If you're able to upgrade the site, you...
Still think this is a good idea.
How would that be formatted? Like this? ``` "engineOptions": { "args": [ "--no-sandbox", ], "animations": "disabled", }, ``` I'm similarly trying to pass `"reducedMotion": "reduce",` into playwright somehow.
Could the default `backstop test` check for either of those files existing? As it stands I have to run `backstop test --config=backstop.config.js` every time. It seems like a check for...
@garris I think it does if it’s part of a build process but the CLI version does not. I might be wrong, and I'm not sure what I would need...
Just wanted to follow up about the comment from August. BackstopJS does not have any kind of fallback system for config files names and only looks for `backstop.json` in [cli/index.js](https://github.com/garris/BackstopJS/tree/6d0e5fe42e15f6fe8468dced56087bf6d29cbbba/cli)...
@dgrebb Thank you. `patch-package` is new to me and very cool. I have Backstop installed globally and run it from outside the project's docker container, so I might not be...
I'm going to see if an inelegant change to `makeConfig.js` works better, too: ``` } else if (config.backstopConfigFileName) { // Test the existence of an array of files and settle...