Reference to WSL md at the beginning of Running tests section
This commit is contained in:
parent
df85aa293c
commit
1b60740e57
|
@ -21,7 +21,6 @@ Automated end-to-end tests for WooCommerce.
|
|||
- [How to run an individual test](#how-to-run-an-individual-test)
|
||||
- [How to skip tests](#how-to-skip-tests)
|
||||
- [How to run tests using custom WordPress, PHP and MariaDB versions](#how-to-run-tests-using-custom-wordpress,-php-and-mariadb-versions)
|
||||
- [How to run tests in Windows Subsystem for Linux (WSL)](#how-to-run-tests-in-windows-subsystem-for-linux-wsl)
|
||||
- [Guide for writing e2e tests](#guide-for-writing-e2e-tests)
|
||||
- [Tools for writing tests](#tools-for-writing-tests)
|
||||
- [Creating test structure](#creating-test-structure)
|
||||
|
@ -98,6 +97,8 @@ Puppeteer will still automatically download Chromium when needed.
|
|||
|
||||
## Running tests
|
||||
|
||||
If you're using [Windows Subsystem for Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/), follow the instructions in [./WSL_SETUP_INSTRUCTIONS.md] first before proceeding with the steps below.
|
||||
|
||||
### Prep work for running tests
|
||||
|
||||
Run the following in a terminal/command line window
|
||||
|
|
Loading…
Reference in New Issue