Skip to content

devonfw-forge/mrchecker-source

Repository files navigation

License FOSSA Status Maven Central

MrChecker.png

Java E2E Testing Framework accelerating tests creation and reducing maintenance costs

Modules

Our testing framework consists of multiple modules you can use depending on your needs.

  • Core (base functionality and dependency for all other modules)
  • Selenium
  • Playwright
  • Web API (with RestAssured)
  • CLI
  • Database
  • Mobile (with Appium)

Modules.PNG

Maven dependency

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>

Releases

Visit releases page to check newest version and related changes.

Examples

Visit examples for some use cases you can use to start your own project

License

FOSSA Status