chore: update readme for E2E behavior on WSL (#856)

* update readme

* update verbiage for the text
This commit is contained in:
Shobhit 2019-06-25 15:41:12 -07:00 коммит произвёл msft-github-bot
Родитель 3729799d42
Коммит 247d205c0e
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -106,6 +106,9 @@ Please ensure that you have at least the **minimum** recommended versions
We use [jest](https://github.com/facebook/jest) as our test framework and [puppeteer](https://github.com/GoogleChrome/puppeteer) for browser automation in our end-to-end UI tests.
> This project's end to end tests require the ability to run a non-headless chromium process. Because of this, they are incompatible with non-graphical development environments (notably, a default WSL environment on Windows)
> Issue for this posted [here](https://github.com/microsoft/accessibility-insights-web/issues/853).
#### Using VS Code
To run a task from the command palette, press **Ctrl + Shift + P**, select `Tasks: Run Task`, and select the task you want to run: