https://github.com/gematik/app-Tiger
Testframework to facilitate quick, powerful, portable and reliable test suites. Can be used with Gherkin and supports Screenplay-pattern, Zero-line testsuites, testing anytime, anywhere. The embedded Tiger Proxy can intercept and parse traffic. The Testenvironment Manager can build test setups from JARs, Dockers, Kubernetes and External Urls.
https://github.com/gematik/app-Tiger
testing-tools tiger
Last synced: about 2 months ago
JSON representation
Testframework to facilitate quick, powerful, portable and reliable test suites. Can be used with Gherkin and supports Screenplay-pattern, Zero-line testsuites, testing anytime, anywhere. The embedded Tiger Proxy can intercept and parse traffic. The Testenvironment Manager can build test setups from JARs, Dockers, Kubernetes and External Urls.
- Host: GitHub
- URL: https://github.com/gematik/app-Tiger
- Owner: gematik
- License: apache-2.0
- Created: 2021-07-02T09:53:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T12:55:31.000Z (2 months ago)
- Last Synced: 2025-02-24T03:34:30.353Z (about 2 months ago)
- Topics: testing-tools, tiger
- Language: Java
- Homepage:
- Size: 223 MB
- Stars: 15
- Watchers: 13
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-java - Tiger
README
# Tiger

## Pitching the Tiger
So you heard there is a new tool in the house? But what is tiger for?
Take a look at our short pitch video explaining the basic idea of Tiger
[](https://youtu.be/eJJZDeuFlyI)
## Target audience
* Internal test teams that want to perform iop or e2e tests for reference or product implementation.
* Internal test teams that want to perform acceptance tests for reference or product implementation.
Within the test teams we focus on testers, with not necessarily too much programming skills.
It must be easy to set up and implement tests against service nodes, potentially reusing test steps from other test
suites.
For non BDD test suites it must be easily possible to utilize most of the features of Tiger by directly calling public
interface methods.* External product teams, which need to do automated IOP/E2E testing for their health applications.
## Tiger-User-Manual
Every information at one place: check out our Tiger-User-Manual!
* HTML: [Tiger-User-Manual](https://gematik.github.io/app-Tiger/Tiger-User-Manual.html)
* PDF: [Tiger-User-Manual](https://gematik.github.io/app-Tiger/Tiger-User-Manual.pdf)
## Use cases

## Architecture in a nutshell

## Product specification draft
For more details please check out more Plantuml diagrammes at [specification folder](doc/specification)
## Simple example project
[For a standalone example see here in our examples section](doc/examples/tigerOnly)
# How to use tiger in a testsuite
[Here](https://gematik.github.io/app-Tiger/Tiger-User-Manual.html#_requirements) are the requirements for using the tiger.## Using other libraries / source code
The package "de.gematik.test.tiger.mockserver" of the module tiger-proxy is based upon
mockserver (https://github.com/mock-server/mockserver), licensed under Apache License 2.0 (January 2004).Files under the tiger-proxy/src/main/resources/css and webfonts folders were taken from the projects with listed
licenses:* bootstrap css [MIT](http://opensource.org/licenses/MIT)
* Font Awesome by Dave Gandy - [Website](http://fontawesome.io) [License](https://fontawesome.com/license/free) (Icons:
CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)