This release adds a new test:
attribute to services in convox.yml
and a convox test
command for building the app and executing its tests on the resulting release.
# build a new release and run tests for all services that define them
$ convox test
# run tests against an existing release
$ convox test --release R123456789