Interacting with Test Result Reports
After running your tests, CIDER displays a test result report in the
*cider-test-report*
buffer. This buffer uses cider-test-report-mode
,
which makes it easy to review any failures that might have occurred
and jump directly to the definition of failing tests.
Keyboard shortcut | Description |
---|---|
g |
Run test at point. |
n |
Run tests for current namespace. |
s |
Run tests for current namespace with selector filter. |
l |
Run tests for all loaded namespaces. |
p |
Run tests for all project namespaces. This loads the additional namespaces. |
f |
Re-run test failures/errors. |
M-p |
Move point to previous test. |
M-n |
Move point to next test. |
t or M-. |
Jump to test definition. |
d |
Display diff of actual vs expected. |
e |
Display test error cause and stacktrace info. |