proof icon indicating copy to clipboard operation
proof copied to clipboard

Allow alternatives to webdriverio for browser tests

Open adierkens opened this issue 3 years ago • 3 comments

As it stands now, proof mainly orchestrates tests to a storybook. There's no real reason this needs to be locked into webdriver as the runner for the browser.

Through the plugin-system, migrate the dependency on webdriver to a capability plugin, and add support for an alternative (cypress, playwright) to manage the browser session.

adierkens avatar Oct 01 '20 00:10 adierkens