UNPKG

cypress-table

Version:

Cypress plugin to make table and grid assertions easier

42 lines 1.02 kB
{ "name": "cypress-table", "version": "1.0.2", "description": "Cypress plugin to make table and grid assertions easier", "main": "./index.js", "types": "./index.d.ts", "repository": { "type": "git", "url": "https://github.com/nguyenngoclongdev/cypress-table" }, "bugs": { "url": "https://github.com/nguyenngoclongdev/cypress-table/issues" }, "sponsor": { "url": "https://ko-fi.com/nguyenngoclong" }, "funding": { "type": "individual", "url": "https://ko-fi.com/nguyenngoclong" }, "homepage": "https://nguyenngoclongdev.github.io", "keywords": [ "cypress", "cypress-io", "e2e testing", "cypress table" ], "author": "Rogger Fernandes <rogger.fernandes10@gmail.com>", "license": "ISC", "dependencies": { "deep-equal-in-any-order": "^1.0.27" }, "devDependencies": { "cypress": ">=8.0.0" }, "peerDependencies": { "cypress": ">=8.0.0" }, "scripts": { "test": "npx cypress run --spec cypress/integration/spec.js" } }