Skip to content

Overview

Writing your own provider.

Actions

A set of common functions (git checkout, platform-independent file management operations, …)

Testing framework providers

A set of providers for use by generator plugins, that can also be used in your own workflows to run test suites from multiple testing frameworks.

They provide a pair of functions, execute and params, that are normalized and used by generators, and at least one specific function that you can use to run a test suite.

Cucumber JVM

Cucumber is a testing tool supporting behavior-driven development (BDD). It embeds an ordinary language parser called Gherkin.

Cypress

A JavaScript end to end testing framework.

JUnit

A programmer-friendly testing framework for Java and the JVM.

Postman

A widely-used automated testing tool for REST APIs. Write, run, integrate, and automate advanced API Tests with ease.

Robot Framework

A generic open source automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA).

SKF

Squash Keyword Framework (SKF) is keyword oriented test automation framework using, most of the time, existing Robots. This framework includes a DSL for writing automated tests scripts and an engine to execute the scripts. It allows the use of multiple robots in one single test.

SoapUI

A widely-used automated testing tool for SOAP and REST APIs. Write, run, integrate, and automate advanced API Tests with ease.