Skip to content

v1.0.0

Compare
Choose a tag to compare
@jeffgrunewald jeffgrunewald released this 14 Mar 19:32
· 85 commits to master since this release
68383ec

Migrates to a docker-compose file strategy.

  • Accepts a map described in the Mix config file for your testing environment
  • Accepts a string representing the path to an existing compose file
  • Validates the structure of the compose file being used and raises compose error messages for invalid files
  • More tests!