Function: assertMinVersion()
assertMinVersion(
minVersion):void
Asserts that the installed Playwright version meets a minimum requirement.
Parameters
minVersion
string
Minimum required version string (e.g., '1.40.0').
Returns
void
Throws
PramanError with ERR_CONFIG_INVALID if the version is too low.
Example
assertMinVersion('1.40.0'); // throws if Playwright < 1.40.0