Skip to main content
Version: 1.x

Interface: PlaywrightVersion

Parsed Playwright version components.

Example

const ver: PlaywrightVersion = {
major: 1, minor: 58, patch: 2, raw: '1.58.2',
};

Properties

major

readonly major: number


minor

readonly minor: number


patch

readonly patch: number


raw

readonly raw: string