Skip to content
ixytiris edited this page Dec 7, 2021 · 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. To use Stevia add this to your pom.xml:

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

Table of contents

  1. Stevia 10 minute Quick-Start
  2. Adding an optional dependency to your code
  3. Extending web controller support
  4. Selenium 4 Support
Clone this wiki locally