Skip to content

Commit 35551a9

Browse files
committed
Karate Framework removed
1 parent 46f9d3a commit 35551a9

File tree

3 files changed

+7
-24
lines changed

3 files changed

+7
-24
lines changed

build.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ dependencies {
4545
developmentOnly 'org.springframework.boot:spring-boot-devtools'
4646
runtimeOnly 'com.h2database:h2'
4747

48-
testImplementation 'org.springframework.boot:spring-boot-starter-test'
48+
testImplementation('org.springframework.boot:spring-boot-starter-test') {
49+
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
50+
}
51+
testImplementation('org.junit.jupiter:junit-jupiter-api:5.4.2')
52+
testRuntime('org.junit.jupiter:junit-jupiter-engine:5.4.2')
4953
testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc'
50-
testCompile('com.intuit.karate:karate-junit5:0.9.6')
51-
testCompile('com.intuit.karate:karate-apache:0.9.6')
52-
testCompile('net.masterthought:cucumber-reporting:3.8.0')
54+
5355

5456

5557

@@ -79,6 +81,7 @@ openApiGenerate {
7981
inputSpec = "$buildDir/news.yaml"
8082
configFile = "${projectDir}/openapi-generator-config.json"
8183
outputDir = "${buildDir}/generated/open-api"
84+
templateDir = "${projectDir}/src/main/resources/openapi-templates"
8285
}
8386

8487
tasks.openApiGenerate.dependsOn tasks.downloadFile

src/test/java/de/codecentric/apifirstspringboot/NewsRunner.java

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/test/java/de/codecentric/apifirstspringboot/availability.feature

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)