Module: @kui-shell/test
January 18, 2022 · View on GitHub
Kui API Documentation - v11.0.0 / @kui-shell/test
Module: @kui-shell/test
Table of contents
Namespaces
Classes
Type aliases
Variables
Functions
Type aliases
MMRExpectMode
Ƭ MMRExpectMode: Label & PlainTextContent | YamlContentWithEditor | TableContent | ReactContent
Defined in
packages/test/src/api/mmr.ts:36
Variables
Keys
• Keys: Object
Type declaration
| Name | Type |
|---|---|
BACKSPACE | string |
CONTROL | string |
DELETE | string |
Delete | string |
ENTER | string |
ESCAPE | string |
End | string |
Home | string |
META | string |
Numpad1 | string |
Numpad2 | string |
PageDown | string |
PageUp | string |
TAB | string |
ctrlC | string[] |
ctrlN | string[] |
ctrlOrMeta | string |
ctrlP | string[] |
holdDownKey | (character: string) => Promise<void> |
releaseKey | (character: string) => Promise<void> |
Defined in
packages/test/src/api/keys.ts:19
Functions
testAbout
▸ Const testAbout(self): void
Parameters
| Name | Type |
|---|---|
self | ISuite |
Returns
void