aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-12-08 21:38:41 +1100
committerYuchen Pei <hi@ypei.me>2021-12-08 21:38:41 +1100
commit821b67f392a698ec4d55a986b88c127e8d179fcd (patch)
tree74117192e3bb18e15e94c15f7534ca69cbbbfa64
parent1cd0bf69a60d9cc1025d5ea760139e14ded526a9 (diff)
fixed an ambiguous phrasing
-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