Selenium Junit 4 Runner

Annotations to simplify the use of Selenium in JUnit 4 tests

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

com.btmatthews.selenium.junit4
ArtifactId

ArtifactId

selenium-junit4-runner
Last Version

Last Version

1.0.6
Release Date

Release Date

Type

Type

jar
Description

Description

Selenium Junit 4 Runner
Annotations to simplify the use of Selenium in JUnit 4 tests
Project URL

Project URL

https://github.com/bmatthews68/selenium-junit4-runner
Project Organization

Project Organization

Brian Thomas Matthews

Download selenium-junit4-runner

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

test (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0