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

Automate access to dpxtd results #67

Closed zucchiniman closed 10 years ago

zucchiniman commented 11 years ago

I would like to automate reviewing the results of tests (800 urls * 6 tests). I get caught in an redirection loop when attempting to get the source for the pages being rendered... so that I may determine status and/or results. This python script would flag for me the (hopefully) small number of test results that I would need to actually look at.

Do you have a recommended interface for this?

Thanks, Tom (thandley@edgecast.com)

bslatkin commented 10 years ago

@zucchiniman when you say "I get caught in an redirection loop when attempting to get the source for the pages being rendered... so that I may determine status and/or results" do you mean in your web application or in dpxdt itself? Please reopen with some more detail. Thanks for your patience.