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
We don't want to commit this so please add it to your own Talon user file set.
20
+
21
+
### Configuring the test case Recorder
22
+
23
+
The test case recorder has several additional configuration options. The default configuration works for most tests, but you may find the following useful.
24
+
25
+
#### Testing the hat map
26
+
27
+
We have a way to test that the hats in the hat map update correctly during the course of a single phrase. These tests are also how we usually test our [range updating code](api/modules/core_updateSelections_updateSelections).
28
+
29
+
Please add the following to your personal talon files:
It is quite unlikely you'll need this second step. Most tests don't check the navigation map.
34
+
It is quite unlikely you'll need this second step. Most tests don't check the navigation map.
22
35
23
-
1. If you'd like to be able to record tests which assert on non-matches, please add another command to your personal talon files. See the two files links above for context. Add the command below to your to your `vscode.py` and ensure that there is a matching Talon command.
36
+
#### Capturing errors
37
+
38
+
We support recording tests where the expected result is an error
39
+
40
+
Please add a command to your personal talon files. See the two files links above for context. Add the command below to your to your `vscode.py` and ensure that there is a matching Talon command.
We support testing our decoration highlights, eg the flash of red when something is deleted. If you'd like to be able to record tests which check our decoration highlights, please add another command to your personal talon files. See the two files links above for context. Add the command below to your to your `vscode.py` and ensure that there is a matching Talon command.
0 commit comments