I know that a handful of my scenarios fail unless I up the delay to 3000 instead of 1500.
Is it possible to modify this template in some way so that when I run backstop crawl and generate my backstop.js, those cases use a different delay value than the default?
I need to use backstop-crawl to regenerate my test senarios from time to time.
This is my backstop.template.json
I know that a handful of my scenarios fail unless I up the delay to
3000
instead of1500
.Is it possible to modify this template in some way so that when I run backstop crawl and generate my backstop.js, those cases use a different delay value than the default?