Asserts that the installed Playwright version meets a minimum requirement.
Minimum required version string (e.g., '1.40.0').
'1.40.0'
PramanError with ERR_CONFIG_INVALID if the version is too low.
ERR_CONFIG_INVALID
assertMinVersion('1.40.0'); // throws if Playwright < 1.40.0 Copy
assertMinVersion('1.40.0'); // throws if Playwright < 1.40.0
Asserts that the installed Playwright version meets a minimum requirement.