Skip to content

i-Cell-Mobilsoft-Open-Source/roaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

417 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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-cdi</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

 
 
 

Contributors

Languages