Update Run instructions

This commit is contained in:
JohnHake 2020-02-12 20:10:11 -08:00
parent 034dceba8c
commit 48bd5b9b54
2 changed files with 7 additions and 3 deletions

View File

@ -50,5 +50,7 @@ Run the test by:
* Opening the Gradle Tool Window.
* Drill down to the `simple_language_plugin`.
You may need to reimport it as a Gradle project.
* Drill down under `simple_language_plugin` to the *test* task under *verification*.
* Drill down under `simple_language_plugin` to *Tasks*, *verification*, *test* task.
* Run the *test* task.
The results are displayed in the **Run** Window, and also written to the `simple_language_plugin/build/test-results/test/` directory.

View File

@ -54,7 +54,9 @@ Subclass [`ParsingTestCase`](upsource:///platform/testFramework/src/com/intellij
## 2.5. Run the Test
Run the test by:
* Opening the Gradle Tool Window.
* Drill down to the `simple_language_plugin`.
* Select the `simple_language_plugin`.
You may need to reimport it as a Gradle project.
* Drill down under `simple_language_plugin` to the *test* task under *verification*.
* Drill down under `simple_language_plugin` to *Tasks*, *verification*, *test* task.
* Run the *test* task.
The results are displayed in the **Run** Window, and also written to the `simple_language_plugin/build/test-results/test/` directory.