Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 419 Bytes

Concourse smoke tests.

Very basic smoke tests to make sure the instance you just spun up can run a job.

Note: It only can authenticate against the built in auth, next step will be to make it work with an oAuth flow.

Usage:

pushd concourse-smoke-tests
  export CONCOURSE_URL=https://my-concourse.example.com
  export CONCOURSE_USERNAME=my-username
  export CONCOURSE_PASSWORD=my-password
  ginkgo -p .
popd