You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,10 @@ Allows you to set system properties before test execution and reverts these chan
26
26
27
27
Allows you to create temporary files and directories in your test, any such files or directories created in your tests are removed for you when the tests complete
28
28
29
+
###### TestNameExtension
30
+
31
+
Allows you to use the name of the currently executing test within your test cases
32
+
29
33
###### WatcherExtension
30
34
31
35
Logs test execution flow including entry, exit and elapsed time in milliseconds
0 commit comments