# testatoo-sample **Repository Path**: mirrors_andyglick/testatoo-sample ## Basic Information - **Project Name**: testatoo-sample - **Description**: Testatoo Samples - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Testatoo Samples The Testatoo development team :revdate: 11-12-2014 :build-icon: https://drone.io/github.com/Ovea/testatoo/status.png[https://drone.io/github.com/Ovea/testatoo-sample/latest] :noheader: [.left.text-left] image::https://github.com/Ovea/testatoo/blob/master/src/doc/images/logo.png[] == Building === Prerequisites ==== Java 1.7 You need version **1.7** and more **(1.8 ...)** of the Java JDK installed $ java -version java version "1.8.0_25" Java(TM) SE Runtime Environment (build 1.8.0_25-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode) ==== Maven Follow the instructions http://maven.apache.org/download.cgi#Installation["Maven Installation Instructions"] $ mvn --version Apache Maven 3.0.5 Maven home: /usr/share/maven Java version: 1.8.0_25, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.16.0-24-generic", arch: "amd64", family: "unix" === Installation Steps $ cd /wherever $ git clone https://github.com/Ovea/testatoo-sample $ cd testatoo-sample In your original Terminal $ cd mvn install To just build and skip the tests $ mvn package -Dmaven.test.skip=true