Skip to content

Basic smoke tests to make sure you concourse instance is healthy

Notifications You must be signed in to change notification settings

joshzarrabi/concourse-smoke-tests

Repository files navigation

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

About

Basic smoke tests to make sure you concourse instance is healthy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published