AR
Size: a a a
AR
AR
AR
n
AS
AS
n
В
В
AB
UQ
MS
В
MS
AS
https://oss.sonatype.org/content/repositories/snapshots/
)UQ
https://oss.sonatype.org/content/repositories/snapshots/
)AS
У
dependencies {
testImplementation('org.junit.jupiter:junit-jupiter-api:5.6.1')
testRuntime('org.junit.jupiter:junit-jupiter-engine:5.6.1')
testCompile 'com.codeborne:selenide:5.10.0'
}
test {
useJUnitPlatform()
testLogging {
events "passed", "skipped", "failed"
}
compileJava.options.encoding = 'UTF-8'
tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
}
AK
У