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: content/documentation/cli-commands.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,8 @@ vendor/bin/phel test
122
122
#
123
123
# Options:
124
124
# -f, --filter[=FILTER] Filter by test names.
125
+
# --testdox Report test execution progress in TestDox format.
126
+
125
127
```
126
128
127
129
Use the `filter` option to run only the tests that contain that filter. In this example, it will find and run all tests which contain `find-me` in their names.
0 commit comments