Hi Garris, thanks for the awesome tool.
When I put my config and scenarios in the default backstop.json, I can use --filter="example" to run specific scenarios. I am trying to use a js object for my config and tests and would like to eventually separate the tests into different files. I can run the tests but I can's use --filter in the cli.
Here is my package.json:
Hi Garris, thanks for the awesome tool. When I put my config and scenarios in the default backstop.json, I can use --filter="example" to run specific scenarios. I am trying to use a js object for my config and tests and would like to eventually separate the tests into different files. I can run the tests but I can's use --filter in the cli. Here is my package.json:
If I run ...
...it will run all the tests, not just autotip.
Interesting though, if I add the filter to the run script...
... it works.
Can you help me figure out what is going on here, please?