...
| Info | ||
|---|---|---|
| ||
The usage of Cargo for executing functional tests on a container does not mandate this m2 plugin. You could directly use the Cargo Java API from your Java unit test classes (JUnit, TestNG, etc), as described on the Functional testing page. On the other hand, if you are already used to the |
...