automium

Automium is a project framework built on top of selenium. This helps in easily modularizing your automation test cases, easy mixing and merging of test flows. this also helps in generating good test report in html (using google charts) and slack.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.nithind.automium
ArtifactId

ArtifactId

automium
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

automium
Automium is a project framework built on top of selenium. This helps in easily modularizing your automation test cases, easy mixing and merging of test flows. this also helps in generating good test report in html (using google charts) and slack.
Project URL

Project URL

http://maven.apache.org

Download automium

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 2.53.1
org.seleniumhq.selenium : selenium-firefox-driver jar 2.53.1
org.apache.velocity : velocity jar 1.7
org.apache.commons : commons-lang3 jar 3.0
org.seleniumhq.selenium : selenium-chrome-driver jar 2.53.1
org.apache.httpcomponents : httpclient jar 4.5.2

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0