k

keb-junit5

Keb is a https://gebish.org inspired Selenium wrapper written in Kotlin that allows you to modularize pages of your web application into logic units represented by Kotlin classes.
http://kebish.org/
MIT License
Jan Vondrouš Michal Horčičko
文件下载
文件名 操作
keb-junit5-1.1.jar 下载
keb-junit5-1.1.pom 下载
keb-junit5-1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.kebish</groupId>
  <artifactId>keb-junit5</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'org.kebish:keb-junit5:1.1'
Gradle Kotlin
implementation("org.kebish:keb-junit5:1.1")
Scala SBT
libraryDependencies += "org.kebish" % "keb-junit5" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.kebish', module='keb-junit5', version='1.1')
)
Apache Ivy
<dependency org="org.kebish" name="keb-junit5" rev="1.1" />
Leiningen
[org.kebish/keb-junit5 "1.1"]
Apache Buildr
'org.kebish:keb-junit5:jar:1.1'