Skip to content

Commit

Permalink
fix: add link to the blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Oct 12, 2021
1 parent fa4a32f commit 838b6dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# cypress-each ![cypress version](https://img.shields.io/badge/cypress-8.5.0-brightgreen)
> An demo of mocha-each and custom describe.each and it.each implementation for Cypress
> A demo of mocha-each and custom describe.each and it.each implementation for Cypress
Read [Dynamic API Tests Using Cypress-Each Plugin](https://glebbahmutov.com/blog/dynamic-api-tests-using-cypress-each/)

Find the implementation in [src/index.js](./src/index.js)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"semantic-release": "semantic-release"
},
"keywords": [],
"author": "",
"license": "ISC",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"license": "MIT",
"devDependencies": {
"cypress": "^8.5.0",
"cypress-expect": "^2.4.3",
Expand Down

0 comments on commit 838b6dd

Please sign in to comment.