| License |
License |
|---|---|
| GroupId | GroupIdcom.persado.oss.quality.stevia |
| ArtifactId | ArtifactIdstevia-core |
| Version | Version0.9.50 |
| 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-0.9.50.pom | |
| stevia-core-0.9.50.jar | 358 KB |
| stevia-core-0.9.50-sources.jar | 99 KB |
| stevia-core-0.9.50-javadoc.jar | 726 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>0.9.50</version>
</dependency>
// https://jarcasting.com/artifacts/com.persado.oss.quality.stevia/stevia-core/
implementation 'com.persado.oss.quality.stevia:stevia-core:0.9.50'
// https://jarcasting.com/artifacts/com.persado.oss.quality.stevia/stevia-core/
implementation ("com.persado.oss.quality.stevia:stevia-core:0.9.50")
'com.persado.oss.quality.stevia:stevia-core:jar:0.9.50'
<dependency org="com.persado.oss.quality.stevia" name="stevia-core" rev="0.9.50">
<artifact name="stevia-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.persado.oss.quality.stevia', module='stevia-core', version='0.9.50')
)
libraryDependencies += "com.persado.oss.quality.stevia" % "stevia-core" % "0.9.50"
[com.persado.oss.quality.stevia/stevia-core "0.9.50"]
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 1.1.0 |