Skip to content

fabric8-jenkins/ginkgo-jenkins

Repository files navigation

Test project for fabric8 Jenkins using Ginkgo

This test project connects to a running Jenkins instance and runs a number of feature level tests. You will need to set some environment variables before running the tests.

Go to http://your.jenkins.io/me/configure, in the API Token section click Show API Token and take note of the user id a token values.

api token

Then set the following environment variables:

export GINKGO_JENKINS_URL=http://your.jenkins.io
export GINKGO_JENKINS_TOKEN=abcd1234
export GINKGO_JENKINS_USERNAME=fred

Now to run the test either run:

go test

or

ginkgo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages