Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 390 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 390 Bytes

fastly-shell-tests

Run tests

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

Setup

Edit setup.sh