Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
metafeather committed Jan 10, 2012
1 parent 8ab6a79 commit 329b0be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ You need the PhantomJS browser installed on your system. You can download binari
[the PhantomJS download section][].

You will also need a HTML page with YUI Test present and test cases setup to run *onload*, and which exposes the test runner as *window.Y.Test.Runner*.
(see *examples/unit_testing_file/unit.html*)

## Usage

Expand Down
6 changes: 3 additions & 3 deletions run-yuitest-multi.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ if (typeof(phantom) !== "undefined" && (phantom.version.major >= 1 && phantom.ve
console.log(" phantomjs run-yuitest.js --testResultsServer=http://localhost:8080");
console.log("");
console.log(" Options:");
console.log(" -o/--outputDirectory optional path to the output directory");
console.log(" --testDirectory optional path to the tests directory");
console.log(" --testFileMatch optional regex to match test files");
console.log(" -o/--outputDirectory optional path to the output directory, default .");
console.log(" --testDirectory optional path to the tests directory, default .");
console.log(" --testFileMatch optional regex to match test files, default \.html$");
console.log(" --testUrl optional path in testDirectory to html file, or url, which will load tests");
console.log(" --testRunId optional ID to store results with (for use with multi file runs)");
console.log(" --browserId optional ID to store results with (for use with multi browser runs)");
Expand Down

0 comments on commit 329b0be

Please sign in to comment.