ConstUtility functions that can be used to make Playwright-like assertions in Web environment.
Comparators that can be used to compare values in Web environment.
Compares two values for loose equality (==).
Compares two values by checking if they have the same id property (===).
Compares two values for strict equality (===).
Converts data that has been serialized with playwrightUtils.convertDataToSerializable or convertDataToSerializable to the original format.
Converts data to a serializable format that can be pass between Node.js and Web environments (and vice versa) through e.g. page.evaluate
The main expect function for making Playwright-like assertions in Web environment.
Returns the current color support level for Chalk library.
Sets the color support level for Chalk library.
Collection of utilities and assertions for Playwright.