Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
woltsu authored Nov 18, 2019
1 parent c8ffc7d commit e1ba0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cypress-smokify
[Cypress](https://www.cypress.io/) plugin that automatically generates smoke-like tests from a project's cypress test base. By providing the percentage of tests to skip, `cypress-smokify` will pick file-specific arbitrary tests to run. This can be useful when a project's test base grows to such an extent that it gets cumbersome to run all tests everytime when pushing code for example. However, all tests should always be run before deploying any code.

## Install
## Install & usage
1. Install the package
```bash
npm install cypress-smokify
Expand Down

0 comments on commit e1ba0e5

Please sign in to comment.