Skip to content

Latest commit

 

History

History
98 lines (65 loc) · 3.15 KB

kui_shell_test.md

File metadata and controls

98 lines (65 loc) · 3.15 KB

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

Defined in

packages/test/src/api/NavResponse.ts:129