Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 583 Bytes

TESTING.md

File metadata and controls

23 lines (16 loc) · 583 Bytes

end-to-end tests

The end-to-end tests use the Maze Runner test harness to invoke various commands against the Source Maps CLI, using a mock HTTP server to capture and inspect requests sent.

To run the tests, first build the JavaScript package, bugsnag-source-maps.tgz, that will be installed into each test fixture:

docker-compose run packager

All tests can then be run with the following:

docker-compose run --use-aliases maze-runner

For extra output:

DEBUG=true docker-compose run --use-aliases maze-runner