Incremental Reference Screenshot Updates Isn't Working
See original GitHub issueThe docs say
“If you need to update references (or test) for just one app-state you can do so by invoking BackstopJS with the following argument: $ backstop reference --filter=<scenario.label>
”
The scenario that I want to update is the 10th item (0-index) in my list of scenarios, so I tried running:
$ backstop reference --configPath=prod_backstop.json --filter=scenario[10].label
. And I’m getting zsh
errors as a result: zsh: no matches found: --filter=scenarios[10].label
. Note: I initially used scenarios.label
(plural) instead of the singular version in the docs, because the config file has the plural; but I also tried the singular scenario.label
with the same result.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Troubleshoot incremental refresh and real-time data in Power BI
Incremental refresh isn't designed to support cases where the filtered date column is updated in the source system. An update is interpreted as ......
Read more >Solved: Incremental refresh can not toggle to ON
Hi, Need help to understand why I can't toggle Incremental refresh to ON. Followed the official documentation to set up the parameters for...
Read more >How to increment worksheet reference automatically in Excel?
Increment worksheet reference automatically with Kutools for Excel. The above method can help to reference a specific cell value from multiple same format ......
Read more >Snapshots Are NOT Backups - Oracle
The RMAN incrementally updated backup method requires an initial image copy backup of the database, i.e. 1X copy of the database minus temp...
Read more >How to get Excel file Cell Value from specific reference and ...
Need to increment Column and Rowas also. I have used below activit but not able to get the expected output. Below is the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
🐥 Hey great! Thanks for the feedback – so glad it’s useful for you!
Cheers.
My config file is this (with just a couple of scenarios for a shorter example):
So if I wanted to re-do the references for Item 1, would I technically run
backstop reference --configPath=prod_backstop.json --filter=Item 1: Meyer > Trustee Landing Page
? (Which would mean I picked terrible labels 😃 )