test(web): address code review comments

This commit is contained in:
Eberhard Beilharz 2026-01-06 18:19:07 +01:00
parent 6de40e903b
commit f65a752b47
No known key found for this signature in database
GPG key ID: E9140597606020D3
3 changed files with 19 additions and 5 deletions

View file

@ -26,3 +26,21 @@ The keyboards can be built with:
This builds the keyboards with debug information and no compiler version
embedded.
## Grouping of the test fixtures
Fixtures that test similar functionality are roughly grouped together.
There is some overlap between different groups, so this was done
mainly by test name.
| Name | Test group |
|----------|------------------------------------------|
| k_00xx_* | Tests that didn't fit in any other group |
| k_01xx_* | Basic rules |
| k_02xx_* | RALT |
| k_03xx_* | deadkeys |
| k_04xx_* | Using multiple groups |
| k_05xx_* | Options |
| k_06xx_* | System stores |
| k_07xx_* | Caps related tests |
| k_08xx_* | Context related |

View file

@ -86,7 +86,7 @@ tests = [
'k_0810___nul_and_index',
'k_0811___if_and_index',
'k_0812___nul_and_contextex',
# Skipped: 'k_0813___deadkey_cancelled_by_arrow',
# TODO-web-core: Skipped: 'k_0813___deadkey_cancelled_by_arrow',
]

View file

@ -63,12 +63,8 @@ const testsToFix = {
// TODO: fix these tests (#15342)
'.js': [
'k_0000___null_keyboard.kmn',
// 'k_0103___vkey_input__shift_ctrl_.kmn',
'k_0104___vkey_input__ctrl_alt_.kmn',
// 'k_0105___vkey_input__ctrl_alt_2_.kmn',
// 'k_0200___ralt.kmn',
'k_0203___generic_ctrlalt.kmn',
// 'k_0400___groups_and_virtual_keys.kmn',
'k_0501___options_with_preset.kmn',
'k_0503___options_with_save_and_preset.kmn',
'k_0504___options_with_reset.kmn',