cypress-each
Advanced tools
Comparing version 1.13.2 to 1.13.3
{ | ||
"name": "cypress-each", | ||
"version": "1.13.2", | ||
"version": "1.13.3", | ||
"description": "Simple implementation for describe.each and it.each", | ||
@@ -11,3 +11,3 @@ "main": "src", | ||
"scripts": { | ||
"lint": "tsc --pretty --allowJs --strict --noEmit src/index.js cypress/**/*.ts", | ||
"lint": "tsc --pretty --allowJs --strict --noEmit src/index.js cypress/**/*.js cypress/**/*.ts", | ||
"test": "cypress-expect run --expect cypress/expected.json", | ||
@@ -14,0 +14,0 @@ "semantic-release": "semantic-release" |
@@ -60,3 +60,4 @@ # cypress-each ![cypress version](https://img.shields.io/badge/cypress-12.11.0-brightgreen) [![renovate-app badge][renovate-badge]][renovate-app] [![ci](https://github.com/bahmutov/cypress-each/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/bahmutov/cypress-each/actions/workflows/ci.yml) | ||
['header', 'be.visible'], | ||
['footer', 'exist'][('.new-todo', 'not.be.visible')], | ||
['footer', 'exist'], | ||
['.new-todo', 'not.be.visible'], | ||
] | ||
@@ -63,0 +64,0 @@ it.each(data)('element %s should %s', (selector, assertion) => { |
24181
427