Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 613 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 613 Bytes

Menta Sample Project

Getting started

git clone git://github.com/AOEmedia/Menta_SampleProject.git Menta_SampleProject
cd Menta_SampleProject
./composer.phar install

# Creating directory for HTML reports
mkdir -p ../build/reports

cd Tests

# change settings in ../conf/demo.ff.vmhost.xml or create a new configuration file

# run single test
../bin/phpunit --configuration=../conf/demo.ff.vmhost.xml General/ScreenshotsTest.php

# run all tests
../bin/phpunit --configuration=../conf/demo.ff.vmhost.xml ../vendor/aoemedia/menta/lib/Menta/Util/CreateTestSuite.php