Interacting with Test Result Reports
Should tests fail then 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.
Calling test commands again will update the test report.
| You can also configure test reports to be displayed on success. | 
| Keyboard shortcut | Command name | 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-. or kbd:click | 
 | Jump to test definition. | 
| d | 
 | Display diff of actual vs expected. | 
| e | 
 | Display test error cause and stacktrace info. | 
Most key bindings are defined in cider-test-report-mode-map, while the click behavior is defined in cider-test-var-keymap.