-
Notifications
You must be signed in to change notification settings - Fork 46
Home
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>