package
0.0.0-20240902123820-90dc41db4ed6
Repository: https://github.com/criteo/command-launcher.git
Documentation: pkg.go.dev
# README
Integration Test
To run all the integration test simply run the script: integration.sh
cd command-launcher
./test/integration.sh
To run particular integration tests, pass the integration test file name (without .sh) in the integration
folder as the arguments.
For example, the following command runs the tests in:
- test/integration/test-basic.sh
- test/integration/test-exit-code.sh
cd command-launcher
./test/integration.sh test-basic test-exit-code
Copy the test-template.sh to create a new test suite