The project aims to provide a collection of helper classes that prepares and loads test data, using Alfresco's API.
$ 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
$ make clean
- this will clean the target folder and kill all docker-compose servicess according to pom profile selected
$ make release
- this will auto-increase the version in
pom.xml
and prepare it for next development iteration.