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

site_diff.py covers only the last found URL #173

Closed NicoHaase closed 8 years ago

NicoHaase commented 8 years ago

I tried to work with site_diff.py to compare screenshots for a whole website. It properly identifies a bunch of URLs, but takes only a single screenshot of the last URL it requests a run for

NicoHaase commented 8 years ago

This was an error of mine: the problem is that the worker discards url parameters. #172 fixes this