test

The convox test command builds the app and then runs the test command defined on each service in convox.yml. If any test command returns a non-zero exit code, the overall test fails.

test

Run tests

Usage

    convox test

Examples

    $ convox test
    Packaging source... OK
    Uploading source... OK
    Starting build... OK
    ...<Docker output>

Tests are defined using the test attribute on each service in convox.yml. See the Service reference for configuration details.

See Also