proof icon indicating copy to clipboard operation
proof copied to clipboard

A tapable integration testing library for your Storybook stories

Results 10 proof issues
Sort by recently updated
recently updated
newest added

While attempting to run proof tests locally on my Mac M1, I encountered an error: ``` Error in "getDownloadStream". Could not download https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_mac64_m1.zip See more details below: 404 https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_mac64_m1.zip Response...

While testing is difficult for cli-based projects, this project would benefit from an increase in unit tests and code coverage.

hacktoberfest

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...

hacktoberfest

As a test-runner, it would be nice to provide the feature (in the form of a plugin) of code-coverage gathered from testing a site that is instrumented with `istanbul` The...

hacktoberfest

The example set is minimal, and when paired with #56 we should flex more of the features of the framework so they are tested.

hacktoberfest

This PR runs integration tests in the main app in the CI Fixes #56

Added `auto's` all-contributors plugin Fixes #57

Proof uses the `auto` project to manage releases -- an all-contributors plugin exists for it that would automatically add new contributors to the README of the project. 1. Setup all-contributors...

hacktoberfest

As part of the circle-ci builds, the proof tests in the sample app should also be ran.

hacktoberfest

Some small changes to the selenium config. * Set ChromeOptions to be undefined if not needed, since empty object breaks some grids. * Set a config option to skip past...