Class ScenarioAbstract

Description

Abstract base class for Playwright test scenarios. Provides access to the current page from the test context.

Example

class LoginScenario extends Scenario {
@Step('Open login page')
async open() { await this.page.goto('/login'); }
}

Hierarchy (view full)

Constructors

Properties

Accessors

Constructors

Properties

ctx: Context

Accessors