konveyor / go-konveyor-tests

Apache License 2.0
1 stars 14 forks source link

Move to GinkGo framework #14

Open aufi opened 1 year ago

aufi commented 1 year ago

Based on discussion with QE colleagues, we agreed that this repo is going to use ginkgo test framework. The tackle2-hub repo API will stay with go test, but its packages like binding.RichClient or api.* will be re-used here.

Let's track the switching to ginkgo in this issue.

Definiton of Done: all tests in go-konveyor-tests repo use ginkgo (and no one go test directly).

For visibility @mguetta1 @sshveta

aufi commented 1 year ago

First ginkgo tests: https://github.com/konveyor/go-konveyor-tests/pull/16