From b08049b006fbeca7e911a6d549d1846e6ff53f38 Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Fri, 8 Feb 2013 11:44:46 -0800 Subject: added some notes on Mac OS X testing, added the headless runner to repository layout list --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 89b744c..a88f8cd 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,14 @@ from the top-level repository root as well: If that fails to work on your system, then please let us know so we can make the testing process more robust. +### Testing a Mac OS X Installation ### + +Getting a virtual framebuffer (xvfb) working on OS X is tough. You can still +run the tests manually by going to any of the maven project directories +(e.g. testrunner, rsTester, headless) and running: + + $ mvn test + # Repository layout This is the repository for the FiveUI project. @@ -62,11 +70,12 @@ This is the repository for the FiveUI project. ``` binaries : A directory holding the latest extension binaries build : Helper scripts for building and packaging FiveUI -tools : Third-party build tools contexts : Implementation details for supported contexts (Firefox, Chrome, etc.) -testrunner : Browser-automation tests and testing infrastructure -profiles : Sample user profiles for web browsers. Used for testing. -exampleData : Sample web pages and rule sets for testing. doc : FiveUI Documentation +exampleData : Sample web pages and rule sets for testing. +headless : A headless run system for large scale automated ruleset testing. +profiles : Sample user profiles for web browsers. Used for testing. ruleSets : A growing collection of codified Guidelines -``` \ No newline at end of file +testrunner : Browser-automation tests and testing infrastructure +tools : Third-party build tools +``` -- cgit v1.2.3