Galooshi / happo

Visual diffing in CI for user interfaces
504 stars 16 forks source link

Process targets serially to prevent collision #188

Closed lelandrichardson closed 7 years ago

lelandrichardson commented 7 years ago

to: @lencioni @trotzig

This is required in the CLI, because when you define multiple targets we want them to run serially rather than in parallel, since they will likely use some of the same ports and what not.

lelandrichardson commented 7 years ago

@lencioni added tests!