Playwright Power Platform Toolkit v0.0.4


Playwright Power Platform Toolkit / TestCodeOptions

Interface: TestCodeOptions

Defined in: utils/api-recorder.ts:90

Test code generation options

Properties

testName?

optional testName: string

Defined in: utils/api-recorder.ts:92

Name of the generated test


includeAssertions?

optional includeAssertions: boolean

Defined in: utils/api-recorder.ts:94

Include response assertions


useTestSteps?

optional useTestSteps: boolean

Defined in: utils/api-recorder.ts:96

Use test.step() for each API call


includeTimingAssertions?

optional includeTimingAssertions: boolean

Defined in: utils/api-recorder.ts:98

Include timing assertions