aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2013-02-08 11:44:46 -0800
committerGravatar Benjamin Jones <bjones@galois.com>2013-02-08 11:44:46 -0800
commitb08049b006fbeca7e911a6d549d1846e6ff53f38 (patch)
tree1fab543b4495c0f32e2ec42bea8bd2dcab993441
parent1b4f2db8b763b7349effbfc59bd260343b948a23 (diff)
added some notes on Mac OS X testing, added the headless runner to repository layout list
-rw-r--r--README.md19
1 files 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
+```