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
- Host: GitHub
- URL: https://github.com/mcfoggy/mpft-jee-tck
- Owner: McFoggy
- Created: 2017-09-28T11:36:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T07:10:42.000Z (about 8 years ago)
- Last Synced: 2025-02-15T21:19:40.321Z (9 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```