From f55a167c92c8bc927fb89380fa2132d967146056 Mon Sep 17 00:00:00 2001 From: Brian Terlson Date: Fri, 21 Oct 2016 11:30:25 -0700 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a05d3b6..c39b0c9 100644 --- a/README.md +++ b/README.md @@ -21,5 +21,6 @@ Run `test262-harness --help` for details on the various configuration options. | -r, --reporter | Selects test case result format. Currently either `json` or `simple`. Default `simple`. |--test262Dir | Optional. Root test262 directory and is used to locate the includes directory. |--includesDir | Includes directory. By default inferred from test262Dir or else detected by walking upward from the first test found. +|--prelude | Path to a file to include before every test (useful for testing polyfills for example)