8000 GitHub - i-Cell-Mobilsoft-Open-Source/roaster: Developer and Integration test framework based on coff:ee
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

i-Cell-Mobilsoft-Open-Source/roaster

Repository files navigation

roaster

The roaster is a Java SE+ testing framework designed to collect common algorithms used by developers when writing tests. It provides fundamental solutions that can be customized according to our specific needs.

The project is based on these technologies:

More detailed description can be found on this page: roaster documentation

Maven central

The roaster can also be found in the official Maven repository. To include it in your project, simply import the BOM that manages all the modules:

dependencyManagement settings
<dependencyManagement>
    <dependency>
        <groupId>hu.icellmobilsoft.roaster</groupId>
        <artifactId>roaster-bom</artifactId>
        <version>${version.hu.icellmobilsoft.roaster}</version>
        <type>pom</type>
        <scope>import</scope>
    </dependency>
</dependencyManagement>
use of modules
<dependencies>
    <dependency>
        <groupId>hu.icellmobilsoft.roaster</groupId>
        <artifactId>roaster-restassured</artifactId>
    </dependency>
    <dependency>
        <groupId>hu.icellmobilsoft.roaster</groupId>
        <artifactId>roaster-oracle</artifactId>
    </dependency>
    ...other roaster modules...
</dependencies>

More detailed description can be found on this page: roaster documentation

Copyright © 2020 i-Cell Mobilsoft Zrt.

About

Developer and Integration test framework based on coff:ee

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 21

Languages

0