mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
Update Run instructions
This commit is contained in:
parent
034dceba8c
commit
48bd5b9b54
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user