diff options
author | Yuchen Pei <hi@ypei.me> | 2021-12-08 21:38:41 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-12-08 21:38:41 +1100 |
commit | 821b67f392a698ec4d55a986b88c127e8d179fcd (patch) | |
tree | 74117192e3bb18e15e94c15f7534ca69cbbbfa64 /README | |
parent | 1cd0bf69a60d9cc1025d5ea760139e14ded526a9 (diff) |
fixed an ambiguous phrasing
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |