We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5211dd7 commit 01fd3c2Copy full SHA for 01fd3c2
1 file changed
pom.xml
@@ -103,6 +103,24 @@
103
<!-- <artifactId>testcontainers-postgresql</artifactId>-->
104
<!-- <scope>test</scope>-->
105
<!-- </dependency>-->
106
+ <dependency>
107
+ <groupId>io.cucumber</groupId>
108
+ <artifactId>cucumber-java</artifactId>
109
+ <version>7.14.0</version>
110
+ <scope>test</scope>
111
+ </dependency>
112
113
114
+ <artifactId>cucumber-junit</artifactId>
115
116
117
118
119
120
+ <artifactId>cucumber-spring</artifactId>
121
122
123
124
</dependencies>
125
126
<build>
0 commit comments