MVN

org.syftkog : web-test-framework

Maven & Gradle

Oct 27, 2015
3 stars

Web Automation Framework using Selenium WebDriver, TestNG with Sauce Labs suppport.

<dependency>
    <groupId>org.syftkog</groupId>
    <artifactId>web-test-framework</artifactId>
    <version>1.8.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.syftkog : web-test-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.7

All Versions

Choose a version of org.syftkog : web-test-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
web-test-framework-1.8.7
web-test-framework-1.8.6
web-test-framework-1.8.5
web-test-framework-1.8.4
web-test-framework-1.8.3
web-test-framework-1.8.2
web-test-framework-1.8.1
web-test-framework-1.8.0
1.7.x
web-test-framework-1.7.18
web-test-framework-1.7.17
web-test-framework-1.7.16
web-test-framework-1.7.15
web-test-framework-1.7.14
web-test-framework-1.7.13
web-test-framework-1.7.12
web-test-framework-1.7.11
web-test-framework-1.7.10
web-test-framework-1.7.9
web-test-framework-1.7.8
web-test-framework-1.7.7
web-test-framework-1.7.6
web-test-framework-1.7.5
web-test-framework-1.7.4
web-test-framework-1.7.3
web-test-framework-1.7.2
web-test-framework-1.7.1
1.7
web-test-framework-1.7
1.6
web-test-framework-1.6
1.5
web-test-framework-1.5
1.4
web-test-framework-1.4
1.3
web-test-framework-1.3
1.2
web-test-framework-1.2
1.1
web-test-framework-1.1
1.0
web-test-framework-1.0
0.5
web-test-framework-0.5
0.4
web-test-framework-0.4
0.3
web-test-framework-0.3
0.2
web-test-framework-0.2
0.1
web-test-framework-0.1

How to add a dependency to Maven

Add the following org.syftkog : web-test-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.syftkog</groupId>
    <artifactId>web-test-framework</artifactId>
    <version>1.8.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.syftkog : web-test-framework gradle dependency to your build.gradle file:

implementation 'org.syftkog:web-test-framework:1.8.7'

Gradle Kotlin DSL: Add the following org.syftkog : web-test-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("org.syftkog:web-test-framework:1.8.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.syftkog : web-test-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "org.syftkog" % "web-test-framework" % "1.8.7"