Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignore screenshots when using --watch #15

Open
samhatoum opened this issue Jul 21, 2018 · 3 comments
Open

ignore screenshots when using --watch #15

samhatoum opened this issue Jul 21, 2018 · 3 comments
Labels

Comments

@samhatoum
Copy link
Contributor

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!

@samhatoum
Copy link
Contributor Author

Comment by samhatoum
Saturday Dec 19, 2015 at 00:53 GMT


Sorry I missed this! You can set the screenshotsPath for sure. I really need to get the --help done :)

@samhatoum
Copy link
Contributor Author

Comment by samhatoum
Saturday Dec 19, 2015 at 00:54 GMT


it would be a wise thing for us to do as well to ignore the screenshots produced when the are in the same dir, but it's not urgent I guess

@samhatoum
Copy link
Contributor Author

Comment by shrop
Saturday Dec 19, 2015 at 01:47 GMT


Right on! That makes sense :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant