We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent5c37838 commit272c40bCopy full SHA for 272c40b
README.md
@@ -16,9 +16,19 @@ In the object browser on Packages or Users there is a context menu entry to run
16
17
The results are opened in a new window. If you've chosen code coverage the coverage report will be opened in the default browser.
18
19
-Double-click on a test result entry will openthe package body. A right-click opens the context menu and you can run the test function.
+###Navigating tothe package body
20
21
-
+Double-click on a test result entry will open the package body.
22
+
23
+###Runing single tests
24
25
+A right-click opens the context menu, and you can run the test function.
26
27
+###Filtering Results
28
29
+Once the tests are run you can filter the results by clicking on checkboxes behind the status field.
30
31
+
32
33
##Releases
34