You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by shrop Wednesday Dec 16, 2015 at 11:30 GMT Originally opened as xolvio/chimp#197
Example chimp command line: $ chimp --watch --watchSource=<meteor-app-root> --screenshotsOnError=true --ddp=http://localhost:3000
When running the above, chimp will go into a loop and continue to rerun all tests because it detects that screenshots are being added to <meteor-app-root>/tests/cucumber/.
More or less thinking this through out loud. The best way to prevent may be to set a path for screenshots outside of the app source tree. An alternative is to run chimp without --watch mode.
Another option is to ignore png files in tests folders when watching.
Thoughts? thanks!
The text was updated successfully, but these errors were encountered:
Issue by shrop
Wednesday Dec 16, 2015 at 11:30 GMT
Originally opened as xolvio/chimp#197
Example chimp command line:
$ chimp --watch --watchSource=<meteor-app-root> --screenshotsOnError=true --ddp=http://localhost:3000
When running the above, chimp will go into a loop and continue to rerun all tests because it detects that screenshots are being added to
<meteor-app-root>/tests/cucumber/
.More or less thinking this through out loud. The best way to prevent may be to set a path for screenshots outside of the app source tree. An alternative is to run chimp without
--watch
mode.Another option is to ignore png files in tests folders when watching.
Thoughts? thanks!
The text was updated successfully, but these errors were encountered: