Skip to content
Thanos edited this page Jun 20, 2013 · 8 revisions

Stevia is an Open Source QA Automation Testing Framework by Persado (www.persado.com). In Persado, we took the pain out of having to care about Selenium or Webdriver (or both) and unified them under a common API, with a sane and clear-cut design, ability to extend and expand (courtesy of Spring!) and a bit of sweetness. Stevia is what we got out of it:

Stevia 0.6.0 has been released to Maven Central! In some hours from now, the synchronization will have completed and you will be able to fetch the latest artefact directly from the Central Repository. Well done to all the team for their work! To use Stevia, when synchronization is complete, add this to your pom.xml:

<dependency>
  <groupId>com.persado.oss.quality.stevia</groupId>
  <artifactId>stevia-core</artifactId>
  <version>0.6.0</version>
</dependency>

New topic: Adding an optional dependency to your code

Clone this wiki locally