Skip to content

HenryssonDaniel/teacup-java-engine-testng

Repository files navigation

Build Status Coverage latest release Maven Central Javadocs

What

Custom TestNG engine.
This engine interacts with the Teacup core project to get fixture data, such as the current fixture and added clients/servers.

Why

It can be time and resource consuming to use fixtures.
Therefore this engine will change the order of the tests before executing them so that the minimal fixture changes are required.

How

This is done by extending the TestNG engine.