Java E2E Testing Framework accelerating tests creation and reducing maintenance costs
Our testing framework consists of multiple modules you can use depending on your needs.
Each of module can be used as a Maven dependency. \ You can check list of all related Maven artifacts here: https://mvnrepository.com/artifact/com.capgemini.mrchecker
As an example if you want to use Selenium module in your project you must add it as a dependency to your pom.xml file:
<!-- https://mvnrepository.com/artifact/com.capgemini.mrchecker/mrchecker-selenium-module --> \ <dependency> \ <groupId>com.capgemini.mrchecker</groupId> \ <artifactId>mrchecker-selenium-module</artifactId> \ <version>*VERSION</version> \ </dependency>
Visit releases page to check newest version and related changes.
Visit examples for some use cases you can use to start your own project