Skip to content

io.github.giis-uniovi.retorch 1.0.1-main-SNAPSHOT

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>io.github.giis-uniovi</groupId>
  <artifactId>retorch</artifactId>
  <version>1.0.1-main-SNAPSHOT</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

RETORCH: Resource-aware Orchestration of End-to-End Test Cases is an orchestration framework which aims
to optimize E2E test execution reducing the execution time and the number of unnecessary resource
redeployment's.
In this initial version, only the annotations to identify the resources and access modes have been included;
additional components will be added in future releases.