diff --git a/README.md b/README.md index bf28e1a..66171ee 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 5318d6d..57a7b8a 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "semantic-release": "semantic-release" }, "keywords": [], - "author": "", - "license": "ISC", + "author": "Gleb Bahmutov ", + "license": "MIT", "devDependencies": { "cypress": "^8.5.0", "cypress-expect": "^2.4.3",