Reference to WSL md at the beginning of Running tests section

This commit is contained in:
Rodel 2021-11-05 20:40:54 +08:00
parent df85aa293c
commit 1b60740e57
1 changed files with 2 additions and 1 deletions

View File

@ -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