SkillAgentSearch skills...

Roaster

Developer and Integration test framework based on coff:ee

Install / Use

/learn @i-Cell-Mobilsoft-Open-Source/Roaster
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

roaster

Developer and Intergration test framework based on coff:ee

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:

  • Java 17+
  • CDI 2.0+
  • https://rest-assured.io[REST-assured]

More detailed description can be found on this page: https://i-cell-mobilsoft-open-source.github.io/roaster/[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 [source, xml]

<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 [source, xml]

<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: https://i-cell-mobilsoft-open-source.github.io/roaster/[roaster documentation]

Copyright (C) 2020 i-Cell Mobilsoft Zrt.

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated4mo ago
Forks8

Languages

Java

Security Score

87/100

Audited on Nov 4, 2025

No findings