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