intuit / proof

A tapable integration testing library for your Storybook stories
https://intuit.github.io/proof/
MIT License
86 stars 30 forks source link

Allow alternatives to webdriverio for browser tests #58

Open adierkens opened 4 years ago

adierkens commented 4 years ago

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.

pramodrhegde commented 4 years ago

@adierkens I would like contribute here, can you please assign this to me?

veenadesai commented 3 years ago

@adierkens I would like to add cypress support.

adierkens commented 3 years ago

Feel free to open a PR