bslatkin / dpxdt

Make continuous deployment safe by comparing before and after webpage screenshots for each release. Depicted shows when any visual, perceptual differences are found. This is the ultimate, automated end-to-end test.
https://dpxdt-test.appspot.com
Apache License 2.0
1.44k stars 124 forks source link

Additional Logging #111

Closed danvk closed 9 years ago

danvk commented 9 years ago

This logs stack traces when there are JS errors in the capture log. Previously it would log "[Object object]" for every function in the stack.

This also prints out the path to every log file generated by local dpxdt. Previously these were only visible if you ran with --verbose, at which point they were buried in stack traces and other messages. They're essential for debugging, and this puts them front and center.

Fixes #110

danvk commented 9 years ago

This mitigates #104 by making it clearer where the logs are.

danvk commented 9 years ago

I'm going to merge. Feel free to leave comments & I'll address them in a follow-up.