Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 595 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 595 Bytes

Dataprep

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

Get the code

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

Use Maven

''' org.alfresco.test dataprep 1.8 '''

Open a terminal, change in to the root of the project directory and run:

mvn clean install

    This builds the artifact that enables data loading via Alfresco API.