An open API service indexing awesome lists of open source software.

https://github.com/mcfoggy/mpft-jee-tck

Eclipse MicroProfile Fault Tolerance tck execution on jee
https://github.com/mcfoggy/mpft-jee-tck

Last synced: 7 months ago
JSON representation

Eclipse MicroProfile Fault Tolerance tck execution on jee

Awesome Lists containing this project

README

          

# Eclipse Microprofile Fault Tolerant TCK runner for JEE platforms

## Run TCK

- run all the tck on default platform:
```
mvn integration-test
```

- filter TCK tests using failsafe:
```
mvn integration-test -Dit.test=RetryTest
```