Last Version

sentinel 1.0.3

A Selenium framework that implements the Page Object Model (POM) using Object Oriented Programming (OOP) concepts. It abstracts out most of the complexity of Selenium to allow users to focus on automating tests and not spend time dealing with the technical details of implementing an automation framework, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.

License

License

Categories

Categories

Sentinel Container Microservices
GroupId

GroupId

com.dougnoel
ArtifactId

ArtifactId

sentinel
Version

Version

1.0.3
Type

Type

jar
Description

Description

sentinel
A Selenium framework that implements the Page Object Model (POM) using Object Oriented Programming (OOP) concepts. It abstracts out most of the complexity of Selenium to allow users to focus on automating tests and not spend time dealing with the technical details of implementing an automation framework, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
Project URL

Project URL

https://github.com/dougnoel/sentinel
Project Organization

Project Organization

Doug Noël

Download sentinel 1.0.3


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

Dependencies

compile (29)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar
org.apache.commons : commons-lang3 jar 3.9
org.apache.httpcomponents : httpcore jar 4.4.12
org.apache.httpcomponents : httpclient jar 4.5.10
org.apache.pdfbox : pdfbox jar 2.0.16
com.fasterxml.jackson.core : jackson-annotations jar
com.fasterxml.jackson.core : jackson-core jar
com.fasterxml.jackson.core : jackson-databind jar
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml jar
info.cukes : cucumber-core jar 1.2.5
info.cukes : cucumber-java jar 1.2.5
com.vimalselvam : cucumber-extentsreport jar 3.1.0
org.seleniumhq.selenium : selenium-api jar 3.141.59
org.seleniumhq.selenium : selenium-support jar 3.141.59
org.seleniumhq.selenium : selenium-chrome-driver jar 3.141.59
org.seleniumhq.selenium : selenium-firefox-driver jar 3.141.59
org.seleniumhq.selenium : selenium-ie-driver jar 3.141.59
org.seleniumhq.selenium : selenium-remote-driver jar 3.141.59
org.seleniumhq.selenium : selenium-safari-driver jar 3.141.59
org.apache.logging.log4j : log4j-core jar
org.apache.logging.log4j : log4j-1.2-api jar
org.apache.logging.log4j : log4j-slf4j-impl jar
io.swagger.parser.v3 : swagger-parser jar 2.0.14
org.seleniumhq.selenium : selenium-java jar 3.141.59
com.aventstack : extentreports jar 3.1.5
com.mashape.unirest : unirest-java jar 1.4.9
junit : junit jar
info.cukes : cucumber-junit jar 1.2.5
com.saucelabs : sauce_junit jar 2.1.21

provided (1)

Group / Artifact Type Version
com.google.code.gson : gson jar 2.8.5

Project Modules

There are no modules declared in this project.