selenium-java-toolkit

Selenium-Toolkit is a Java based test-toolkit for selenium-testing with testNg. The goal of the toolkit is, to suport you in different things like 'how to manage testdata in the source', parallelisation, Webdriver-managemet, reporting and a lot more.

License

License

MIT
Categories

Categories

Java Languages
GroupId

GroupId

com.github.selenium-consulting
ArtifactId

ArtifactId

selenium-java-toolkit
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

selenium-java-toolkit
Selenium-Toolkit is a Java based test-toolkit for selenium-testing with testNg. The goal of the toolkit is, to suport you in different things like 'how to manage testdata in the source', parallelisation, Webdriver-managemet, reporting and a lot more.

Download selenium-java-toolkit

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.selenium-consulting/selenium-java-toolkit/ -->
<dependency>
    <groupId>com.github.selenium-consulting</groupId>
    <artifactId>selenium-java-toolkit</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.selenium-consulting/selenium-java-toolkit/
implementation 'com.github.selenium-consulting:selenium-java-toolkit:2.0.1'
// https://jarcasting.com/artifacts/com.github.selenium-consulting/selenium-java-toolkit/
implementation ("com.github.selenium-consulting:selenium-java-toolkit:2.0.1")
'com.github.selenium-consulting:selenium-java-toolkit:jar:2.0.1'
<dependency org="com.github.selenium-consulting" name="selenium-java-toolkit" rev="2.0.1">
  <artifact name="selenium-java-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.selenium-consulting', module='selenium-java-toolkit', version='2.0.1')
)
libraryDependencies += "com.github.selenium-consulting" % "selenium-java-toolkit" % "2.0.1"
[com.github.selenium-consulting/selenium-java-toolkit "2.0.1"]

Dependencies

compile (13)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 3.141.59
io.qameta.allure : allure-descriptions-javadoc jar 2.13.0
io.qameta.allure : allure-java-commons jar 2.13.0
org.testng : testng jar 6.14.3
commons-io : commons-io jar 1.4
org.apache.poi : poi jar 3.17
org.apache.poi : poi-ooxml jar 3.17
org.apache.poi : poi-ooxml-schemas jar 3.17
org.seleniumhq.selenium : selenium-ie-driver jar 3.141.59
org.seleniumhq.selenium : selenium-remote-driver jar 3.141.59
org.apache.ibatis : ibatis-core jar 3.0
org.slf4j : slf4j-jdk14 jar 1.7.25
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.2

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.1
2.0.0
0.0.2
0.0.1