File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,20 +10,24 @@ repositories {
1010}
1111
1212dependencies {
13+ // Selenium UI
1314 implementation ' org.seleniumhq.selenium:selenium-java:4.43.0'
1415 implementation ' io.github.bonigarcia:webdrivermanager:6.3.4'
15-
1616 implementation ' io.cucumber:cucumber-java:7.34.3'
1717 testImplementation ' io.cucumber:cucumber-junit:7.34.3'
18-
1918 testImplementation platform(' org.junit:junit-bom:5.10.0' )
2019 testImplementation ' org.junit.jupiter:junit-jupiter'
2120 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
21+
22+ // API TestNG
23+ testImplementation ' org.testng:testng:7.12.0'
24+ testImplementation ' io.rest-assured:rest-assured:6.0.0'
25+ implementation ' org.json:json:20251224'
2226}
2327
24- // test {
25- // useJUnitPlatform ()
26- // }
28+ test {
29+ useTestNG ()
30+ }
2731
2832configurations {
2933 cucumberRuntime {
You can’t perform that action at this time.
0 commit comments