| License |
License |
|---|---|
| GroupId | GroupIdcom.persado.oss.quality.stevia |
| ArtifactId | ArtifactIdstevia-core |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionStevia QA Framework - Core
Stevia is a QA Framework unifying the Selenium-RC and Webdriver APIs under
a common uniform API that handles all differences. Using Stevia allows the QA Engineer
to seamlessly switch between Selenium-RC and Webdriver, enhance by adding custom webdrivers
and other artifacts. By design both drivers play under Selenium Grid and support extended
reporting functionality via ReportNG, including remote screenshots.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| stevia-core-1.0.1.pom | |
| stevia-core-1.0.1.jar | 66 KB |
| stevia-core-1.0.1-sources.jar | 53 KB |
| stevia-core-1.0.1-javadoc.jar | 209 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.persado.oss.quality.stevia/stevia-core/ -->
<dependency>
<groupId>com.persado.oss.quality.stevia</groupId>
<artifactId>stevia-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.persado.oss.quality.stevia/stevia-core/
implementation 'com.persado.oss.quality.stevia:stevia-core:1.0.1'
// https://jarcasting.com/artifacts/com.persado.oss.quality.stevia/stevia-core/
implementation ("com.persado.oss.quality.stevia:stevia-core:1.0.1")
'com.persado.oss.quality.stevia:stevia-core:jar:1.0.1'
<dependency org="com.persado.oss.quality.stevia" name="stevia-core" rev="1.0.1">
<artifact name="stevia-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.persado.oss.quality.stevia', module='stevia-core', version='1.0.1')
)
libraryDependencies += "com.persado.oss.quality.stevia" % "stevia-core" % "1.0.1"
[com.persado.oss.quality.stevia/stevia-core "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.2.0 |