w

web-ui

Environment switcher for testing on local PC, remote Selenoid server, remote mobile web/app server.
https://github.com/qa-maniac/web-ui
MIT License
Maksym Ivanov
文件下载
文件名 操作
web-ui-0.0.1.jar 下载
web-ui-0.0.1.pom 下载
web-ui-0.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.qa-maniac</groupId>
  <artifactId>web-ui</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.qa-maniac:web-ui:0.0.1'
Gradle Kotlin
implementation("com.github.qa-maniac:web-ui:0.0.1")
Scala SBT
libraryDependencies += "com.github.qa-maniac" % "web-ui" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.qa-maniac', module='web-ui', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.qa-maniac" name="web-ui" rev="0.0.1" />
Leiningen
[com.github.qa-maniac/web-ui "0.0.1"]
Apache Buildr
'com.github.qa-maniac:web-ui:jar:0.0.1'