cypress-ag-grid
Version:
Cypress plugin to interact with ag grid
30 lines (29 loc) • 666 B
JSON
{
"name": "cypress-ag-grid",
"version": "3.3.2",
"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": "npx cypress run --headless --spec cypress/e2e/*.cy.js",
"test:watch": "npx cypress open"
},
"author": "Kerry McKeever <kerry@kerrymckeever.com>",
"license": "MIT",
"devDependencies": {
"cypress": "^13.3.0"
}
}