Skip to content

Commit be7a0ed

Browse files
radtristeMarianMacik
authored andcommitted
[KOGITO-1109] Setup new path/version for godog (apache#169)
1 parent cb86488 commit be7a0ed

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

bddframework/smoke/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Smoke tests are using [Cucumber](https://cucumber.io/) and [Gherkin syntax](https://cucumber.io/docs/gherkin).
44

5-
It is using the [Godog](https://github.com/DATA-DOG/godog) framework.
5+
It is using the [Godog](https://github.com/cucumber/godog) framework.
66

77
### Configuration
88

@@ -54,7 +54,7 @@ You can add some environment variables which will be taken into account by the t
5454

5555
### Run
5656

57-
* Install godog: https://github.com/DATA-DOG/godog
57+
* Install godog: https://github.com/cucumber/godog
5858
* Go to `./go`
5959
* Authenticate to OCP cluster (need clusteradmin to install crds if not available)
6060
* export MAVEN_MIRROR_URL if needed => `export MAVEN_MIRROR_URL=<uri>`

bddframework/smoke/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
package operator
1616

1717
import (
18-
"github.com/DATA-DOG/godog"
18+
"github.com/cucumber/godog"
1919

2020
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
2121
"github.com/kiegroup/kogito-cloud-operator/test/smoke/steps"

bddframework/smoke/steps/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package steps
1717
import (
1818
"path/filepath"
1919

20-
"github.com/DATA-DOG/godog"
20+
"github.com/cucumber/godog"
2121
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
2222
)
2323

bddframework/smoke/steps/data.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import (
1818
"fmt"
1919
"time"
2020

21-
"github.com/DATA-DOG/godog"
22-
"github.com/DATA-DOG/godog/gherkin"
21+
"github.com/cucumber/godog"
22+
"github.com/cucumber/godog/gherkin"
2323

2424
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
2525
)

bddframework/smoke/steps/graphql.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import (
1818
"fmt"
1919
"time"
2020

21-
"github.com/DATA-DOG/godog"
22-
"github.com/DATA-DOG/godog/gherkin"
21+
"github.com/cucumber/godog"
22+
"github.com/cucumber/godog/gherkin"
2323
dataindex "github.com/kiegroup/kogito-cloud-operator/pkg/controller/kogitodataindex/resource"
2424
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
2525
)

bddframework/smoke/steps/http.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919
"strings"
2020
"time"
2121

22-
"github.com/DATA-DOG/godog"
23-
"github.com/DATA-DOG/godog/gherkin"
22+
"github.com/cucumber/godog"
23+
"github.com/cucumber/godog/gherkin"
2424
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
2525
)
2626

bddframework/smoke/steps/kogitoapp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package steps
1717
import (
1818
"path/filepath"
1919

20-
"github.com/DATA-DOG/godog"
20+
"github.com/cucumber/godog"
2121
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
2222
)
2323

bddframework/smoke/steps/kogitodataindex.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
package steps
1616

1717
import (
18-
"github.com/DATA-DOG/godog"
18+
"github.com/cucumber/godog"
1919
"github.com/kiegroup/kogito-cloud-operator/pkg/controller/kogitodataindex/resource"
2020
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
2121
)

bddframework/smoke/steps/kogitoinfra.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
package steps
1616

1717
import (
18-
"github.com/DATA-DOG/godog"
18+
"github.com/cucumber/godog"
1919
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
2020
)
2121

bddframework/smoke/steps/kogitojobsservice.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
package steps
1616

1717
import (
18-
"github.com/DATA-DOG/godog"
18+
"github.com/cucumber/godog"
1919
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
2020
)
2121

0 commit comments

Comments
 (0)