Skip to content

hermione/v5.1.0

Compare
Choose a tag to compare
@KuznetsovRoman KuznetsovRoman released this 15 Aug 15:52
· 625 commits to master since this release

🚀 Improvements:

Added ability to get browser config via browser getConfig method.

Example of usage:

it('test', async ({browser}) => {
    const browserConfig = browser.getConfig();
});