cypress-each
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "cypress-each", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Simple implementation for describe.each and it.each", | ||
@@ -14,4 +14,4 @@ "main": "src", | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
@@ -18,0 +18,0 @@ "cypress": "^8.5.0", |
# 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) | ||
@@ -5,0 +7,0 @@ |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
4748
1
55