https://github.com/henryssondaniel/teacup-java-engine-testng
Run Teacup tests with the TestNG engine
https://github.com/henryssondaniel/teacup-java-engine-testng
teacup test test-engine test-framework testing testing-framework testing-library testing-tool testing-tools testng
Last synced: 21 days ago
JSON representation
Run Teacup tests with the TestNG engine
- Host: GitHub
- URL: https://github.com/henryssondaniel/teacup-java-engine-testng
- Owner: HenryssonDaniel
- License: mit
- Created: 2019-11-24T18:59:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T19:28:14.000Z (over 6 years ago)
- Last Synced: 2025-07-22T08:39:30.131Z (7 months ago)
- Topics: teacup, test, test-engine, test-framework, testing, testing-framework, testing-library, testing-tool, testing-tools, testng
- Homepage: https://henryssondaniel.github.io/teacup.github.io/
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [User Guide](https://henryssondaniel.github.io/teacup.github.io/)
[](https://travis-ci.com/HenryssonDaniel/teacup-java-engine-testng)
[](https://sonarcloud.io/dashboard?id=HenryssonDaniel_teacup-java-engine-testng)
[](https://github.com/HenryssonDaniel/teacup-java-engine-testng/blob/master/doc/release-notes/official.md)
[](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22io.github.henryssondaniel.teacup.engine%22%20AND%20a%3A%22testng%22)
[](https://www.javadoc.io/doc/io.github.henryssondaniel.teacup.engine/testng)
## 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.