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] How to diff the site diff baseline #213

Closed Kenith closed 6 years ago

Kenith commented 6 years ago

Hello All,

We need your help. Really appreciate for your help in advance!

We found that we could use the site diff to create multiple base line for a site with following sample command. But, how to compare the 2 base lines?

./dpxdt/tools/site_diff.py \ --upload_build_id=3 \ --release_server_prefix=http://127.0.0.1:5000/api \ --release_client_id=gjvu5qrhqrcjb7nclbe457ltfwlrpfha \ --release_client_secret=jKpVyONuWNdVrsqTODdynEQYu14 \ --upload_release_name=Ken \ --upload_release_number=2 \ http://127.0.0.1:8800/

For example, we create 2 baselines in the upload_release_name=Ken, but how to compare the 2 base lines?

screen shot 2017-10-30 at 9 20 44 pm

Thank you, Ken

Kenith commented 6 years ago

closed as no support for dev team