Run all tests with the default QA profile:
./runner.sh
Run all tests with the production profile (supported profiles are: qa, staging, production):
TEST_PROFILE=production ./runner.sh
Run a single test:
./test/different_origin.sh
Skipping a test:
chmod -x ./test/skip_this_one.sh
Edit setup.sh