Skip to content

backstop remote now parses --config flag

Pre-release
Pre-release
Compare
Choose a tag to compare
@garris garris released this 24 Jul 23:01
· 300 commits to master since this release

Prior releases pinned backstop remote's config to <CWD>/backstop.js.

But now you can put this file anywhere with...

backstop remote --config=<path_to_your_config>

Default should fall back to <CWD>/backstop.js. If not -- please file a ticket.

see 36582ca

Thanks!