AlfrescoLabs / dataprep

Alfresco Test Automation Util, collection of helper classes to load and prepare test data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dataprep

The project aims to provide a collection of helper classes that prepares and loads test data, using Alfresco's API.

Usage

a) clone the repository

   $ git clone https://github.com/AlfrescoTestAutomation/dataprep.git   

b) run the tests using Makefile

   $ make test
  • this will install ACS using docker-compose according to pom profile selected
  • and run the API tests over it

c) cleanup and kill the ACS instance

   $ make clean
  • this will clean the target folder and kill all docker-compose servicess according to pom profile selected

release

   $ make release
  • this will auto-increase the version in pom.xml and prepare it for next development iteration.

About

Alfresco Test Automation Util, collection of helper classes to load and prepare test data.


Languages

Language:Java 99.7%Language:Makefile 0.2%Language:Shell 0.1%