UNPKG

cypress-get-by-label

Version:

Example custom Cypress command finding form element by its label

38 lines (37 loc) 964 B
{ "name": "cypress-get-by-label", "version": "2.5.0", "description": "Example custom Cypress command finding form element by its label", "main": "src", "types": "src", "files": [ "src", "commands.js" ], "scripts": { "test": "cypress run", "cy:open": "cypress open", "cy:run": "cypress run", "semantic-release": "semantic-release", "badges": "npx -p dependency-version-badge update-badge cypress" }, "repository": { "type": "git", "url": "https://github.com/bahmutov/cypress-get-by-label.git" }, "keywords": [ "cypress", "cypress-custom-command" ], "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/bahmutov/cypress-get-by-label/issues" }, "homepage": "https://github.com/bahmutov/cypress-get-by-label#readme", "devDependencies": { "cypress": "12.5.1", "prettier": "2.8.3", "semantic-release": "19.0.5" } }