File tree Expand file tree Collapse file tree 13 files changed +17
-17
lines changed Expand file tree Collapse file tree 13 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Smoke tests are using [ Cucumber] ( https://cucumber.io/ ) and [ Gherkin syntax] ( https://cucumber.io/docs/gherkin ) .
4
4
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.
6
6
7
7
### Configuration
8
8
@@ -54,7 +54,7 @@ You can add some environment variables which will be taken into account by the t
54
54
55
55
### Run
56
56
57
- * Install godog: https://github.com/DATA-DOG /godog
57
+ * Install godog: https://github.com/cucumber /godog
58
58
* Go to ` ./go `
59
59
* Authenticate to OCP cluster (need clusteradmin to install crds if not available)
60
60
* export MAVEN_MIRROR_URL if needed => ` export MAVEN_MIRROR_URL=<uri> `
Original file line number Diff line number Diff line change 15
15
package operator
16
16
17
17
import (
18
- "github.com/DATA-DOG /godog"
18
+ "github.com/cucumber /godog"
19
19
20
20
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
21
21
"github.com/kiegroup/kogito-cloud-operator/test/smoke/steps"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ package steps
17
17
import (
18
18
"path/filepath"
19
19
20
- "github.com/DATA-DOG /godog"
20
+ "github.com/cucumber /godog"
21
21
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
22
22
)
23
23
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ import (
18
18
"fmt"
19
19
"time"
20
20
21
- "github.com/DATA-DOG /godog"
22
- "github.com/DATA-DOG /godog/gherkin"
21
+ "github.com/cucumber /godog"
22
+ "github.com/cucumber /godog/gherkin"
23
23
24
24
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
25
25
)
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ import (
18
18
"fmt"
19
19
"time"
20
20
21
- "github.com/DATA-DOG /godog"
22
- "github.com/DATA-DOG /godog/gherkin"
21
+ "github.com/cucumber /godog"
22
+ "github.com/cucumber /godog/gherkin"
23
23
dataindex "github.com/kiegroup/kogito-cloud-operator/pkg/controller/kogitodataindex/resource"
24
24
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
25
25
)
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ import (
19
19
"strings"
20
20
"time"
21
21
22
- "github.com/DATA-DOG /godog"
23
- "github.com/DATA-DOG /godog/gherkin"
22
+ "github.com/cucumber /godog"
23
+ "github.com/cucumber /godog/gherkin"
24
24
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
25
25
)
26
26
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ package steps
17
17
import (
18
18
"path/filepath"
19
19
20
- "github.com/DATA-DOG /godog"
20
+ "github.com/cucumber /godog"
21
21
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
22
22
)
23
23
Original file line number Diff line number Diff line change 15
15
package steps
16
16
17
17
import (
18
- "github.com/DATA-DOG /godog"
18
+ "github.com/cucumber /godog"
19
19
"github.com/kiegroup/kogito-cloud-operator/pkg/controller/kogitodataindex/resource"
20
20
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
21
21
)
Original file line number Diff line number Diff line change 15
15
package steps
16
16
17
17
import (
18
- "github.com/DATA-DOG /godog"
18
+ "github.com/cucumber /godog"
19
19
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
20
20
)
21
21
Original file line number Diff line number Diff line change 15
15
package steps
16
16
17
17
import (
18
- "github.com/DATA-DOG /godog"
18
+ "github.com/cucumber /godog"
19
19
"github.com/kiegroup/kogito-cloud-operator/test/smoke/framework"
20
20
)
21
21
You can’t perform that action at this time.
0 commit comments