License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdcom.btmatthews.selenium.junit4 |
ArtifactId | ArtifactIdselenium-junit4-runner |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSelenium Junit 4 Runner
Annotations to simplify the use of Selenium in JUnit 4 tests
|
Project URL |
Project URL |
Project Organization |
Project OrganizationBrian Thomas Matthews |
<!-- https://jarcasting.com/artifacts/com.btmatthews.selenium.junit4/selenium-junit4-runner/ -->
<dependency>
<groupId>com.btmatthews.selenium.junit4</groupId>
<artifactId>selenium-junit4-runner</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.btmatthews.selenium.junit4/selenium-junit4-runner/
implementation 'com.btmatthews.selenium.junit4:selenium-junit4-runner:1.0.6'
// https://jarcasting.com/artifacts/com.btmatthews.selenium.junit4/selenium-junit4-runner/
implementation ("com.btmatthews.selenium.junit4:selenium-junit4-runner:1.0.6")
'com.btmatthews.selenium.junit4:selenium-junit4-runner:jar:1.0.6'
<dependency org="com.btmatthews.selenium.junit4" name="selenium-junit4-runner" rev="1.0.6">
<artifact name="selenium-junit4-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.btmatthews.selenium.junit4', module='selenium-junit4-runner', version='1.0.6')
)
libraryDependencies += "com.btmatthews.selenium.junit4" % "selenium-junit4-runner" % "1.0.6"
[com.btmatthews.selenium.junit4/selenium-junit4-runner "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.seleniumhq.selenium : selenium-java | jar | 2.33.0 |
org.seleniumhq.selenium : selenium-server | jar | 2.33.0 |
org.slf4j : slf4j-api Optional | jar | 1.7.5 |
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.5 |