UNPKG

cypress-ag-grid

Version:

Cypress plugin to interact with ag grid

40 lines (39 loc) 1.06 kB
{ "name": "cypress-ag-grid", "version": "3.4.0", "description": "Cypress plugin to interact with ag grid", "main": "src/index.js", "repository": { "type": "git", "url": "git+https://github.com/kpmck/cypress-ag-grid.git" }, "keywords": [ "aggrid", "ag-grid", "cypress", "cypress-io", "e2e testing", "cypress table", "cypress ag grid", "cypress aggrid" ], "scripts": { "test": "npm run test:all", "test:all": "npx cypress run --headless --spec \"cypress/e2e/*.cy.js\"", "test:v33": "npx cypress run --headless --spec \"cypress/e2e/*.v33.cy.js\"", "test:v34": "npx cypress run --headless --spec \"cypress/e2e/*.v34.cy.js\"", "test:v35": "npx cypress run --headless --spec \"cypress/e2e/*.v35.cy.js\"", "test:watch": "npx cypress open" }, "publishConfig": { "access": "public" }, "author": "Kerry McKeever <kerry@kerrymckeever.com>", "license": "MIT", "dependencies": { "@kpmck/ag-grid-core": "1.0.0" }, "devDependencies": { "cypress": "^15.12.0" } }