File tree 5 files changed +0
-35
lines changed
src/test/kotlin/org/jetbrains/kotlinx/spark/api
5 files changed +0
-35
lines changed Original file line number Diff line number Diff line change 79
79
<version >${kotest.version} </version >
80
80
<scope >test</scope >
81
81
</dependency >
82
- <dependency >
83
- <groupId >io.kotest.extensions</groupId >
84
- <artifactId >kotest-extensions-allure</artifactId >
85
- <version >${kotest-extensions-allure.version} </version >
86
- <scope >test</scope >
87
- </dependency >
88
82
<dependency >
89
83
<groupId >org.jetbrains.kotlinx</groupId >
90
84
<artifactId >kotlin-jupyter-test-kit</artifactId >
Original file line number Diff line number Diff line change 67
67
<version >${kotest.version}</version >
68
68
<scope >test</scope >
69
69
</dependency >
70
- <dependency >
71
- <groupId >io.kotest.extensions</groupId >
72
- <artifactId >kotest-extensions-allure</artifactId >
73
- <version >${kotest-extensions-allure.version}</version >
74
- <scope >test</scope >
75
- </dependency >
76
70
<dependency >
77
71
<groupId >io.kotest.extensions</groupId >
78
72
<artifactId >kotest-extensions-testcontainers</artifactId >
167
161
</executions >
168
162
</plugin >
169
163
170
- <plugin >
171
- <groupId >io.qameta.allure</groupId >
172
- <artifactId >allure-maven</artifactId >
173
- <configuration >
174
- <resultsDirectory >${project.basedir}/allure-results/${scala.compat.version}</resultsDirectory >
175
- </configuration >
176
- </plugin >
177
-
178
164
<plugin >
179
165
<groupId >org.jacoco</groupId >
180
166
<artifactId >jacoco-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 20
20
package org.jetbrains.kotlinx.spark.api
21
21
22
22
import io.kotest.core.config.AbstractProjectConfig
23
- import io.kotest.extensions.allure.AllureTestReporter
24
23
25
24
@Suppress(" unused" )
26
25
object ProjectConfig : AbstractProjectConfig() {
27
- override fun extensions () = super .extensions() + AllureTestReporter (true )
28
26
29
27
}
Original file line number Diff line number Diff line change 14
14
<dokka .version>1.6.10</dokka .version>
15
15
<embedded-kafka .version>3.1.0</embedded-kafka .version>
16
16
<hadoop .version>3.3.1</hadoop .version>
17
- <kotest-extensions-allure .version>1.1.0</kotest-extensions-allure .version>
18
17
<kotest-extensions-testcontainers .version>1.3.1</kotest-extensions-testcontainers .version>
19
18
<kotest .version>5.2.3</kotest .version>
20
19
<kotlin-jupyter-api .version>0.11.0-95</kotlin-jupyter-api .version>
23
22
<spark3 .version>3.2.1</spark3 .version>
24
23
25
24
<!-- Plugin versions -->
26
- <allure-maven .version>2.10.0</allure-maven .version>
27
25
<jacoco-maven-plugin .version>0.8.7</jacoco-maven-plugin .version>
28
26
<klaxon .version>5.5</klaxon .version>
29
27
<kotlin .code.style>official</kotlin .code.style>
73
71
<artifactId >nexus-staging-maven-plugin</artifactId >
74
72
<version >${nexus-staging-plugin.version} </version >
75
73
</plugin >
76
- <plugin >
77
- <groupId >io.qameta.allure</groupId >
78
- <artifactId >allure-maven</artifactId >
79
- <version >${allure-maven.version} </version >
80
- </plugin >
81
74
<plugin >
82
75
<groupId >org.jacoco</groupId >
83
76
<artifactId >jacoco-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 31
31
<version >${kotest.version}</version >
32
32
<scope >test</scope >
33
33
</dependency >
34
- <dependency >
35
- <groupId >io.kotest.extensions</groupId >
36
- <artifactId >kotest-extensions-allure</artifactId >
37
- <version >${kotest-extensions-allure.version}</version >
38
- <scope >test</scope >
39
- </dependency >
40
34
<dependency >
41
35
<groupId >com.beust</groupId >
42
36
<artifactId >klaxon</artifactId >
You can’t perform that action at this time.
0 commit comments