Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds verbosity to the tests as well as command-line-outout: ```sh ▶ make test-e2e go test github.com/redhat-developer/ocdev/tests/e2e -ginkgo.v $ git clone https://github.com/openshift/nodejs-ex /tmp/ocdev807324634/nodejs-ex Running Suite: ocdev test suite =============================== Random Seed: 1522871416 Will run 9 of 9 specs Usecase #5 ocdev project should create a new project /home/wikus/seafile/files/dev/go/src/github.com/redhat-developer/ocdev/tests/e2e/e2e_test.go:120 $ ocdev project create ocdev-1522871416 New project created and now using project : ocdev-1522871416 $ ocdev project get --short ocdev-1522871416 • ------------------------------ Usecase #5 creating an application when application by the same name doesn't exist should create an application /home/wikus/seafile/files/dev/go/src/github.com/redhat-developer/ocdev/tests/e2e/e2e_test.go:129 $ ocdev application create usecase5 Creating application: usecase5 Switched to application: usecase5 $ ocdev application get --short usecase5 • ------------------------------ Usecase #5 creating an application when application by the same name doesn't exist should be created within the project /home/wikus/seafile/files/dev/go/src/github.com/redhat-developer/ocdev/tests/e2e/e2e_test.go:134 $ ocdev project get --short ocdev-1522871416 ```
- Loading branch information