Chromy: Global `hideSelectors` not working
Open
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 621
- PR merge metrics
- No merged PRs in 30d
Description
When I run my configuration with the Chromy driver and use the `hideSelectors` global option, it doesn't work. It only works when I add `hideSelectors` to individual scenario configurations.
Steps to reproduce:
* Start with a valid "chromy" `backstop.json` file.
* Add a valid selector to the top level `hideSelectors` key.
* Run `backstop test` and verify that your selectors are not hidden.
* Add a valid selector to one of the scenarios under the `hideSelectors` key.
* Run `backstop test` and verify that your selectors are hidden for that scenario.
Contributor guide
Assessment
This issue has not been assessed yet.