aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 2a3c065..d896997 100644
--- a/README
+++ b/README
@@ -40,7 +40,7 @@ UI by clicking the [Automated self test...] button.
HEADLESS TESTS:
-To launch the test suite from the command line, ensure the extension
+To launch the test suite from the command line, ensure the xpi package
has been built with automated test suite. Then install
selenium-webdriver and geckodriver, and ensure the latter is in $PATH:
$ npm install selenium-webdriver
@@ -59,7 +59,7 @@ Optionally you can also test with a chosen seed
HEADLESS COMPLIANCE CHECK:
To check whether a webpage is LibreJS-compliant from the command line,
-ensure that the extension has NOT been built with automated test
+ensure that the xpi package has been built WITHOUT the automated test
suite. Then install selenium-webdriver and geckodriver, and ensure the
latter is in $PATH:
$ npm install selenium-webdriver