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

Split the worker and API server into separate trees #87

Closed bslatkin closed 9 years ago

bslatkin commented 10 years ago

Makes it so you can have fewer dependencies in the build. Makes it so we can have a Docker image for the API server and one for the worker.

bslatkin commented 9 years ago

I'm going to take a different approach to this. Let's just use flags to configure what the server actually does once it's initialized.