UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

16 lines (15 loc) 214 B
{ "extends": [ "plugin:@cypress/dev/tests" ], "parser": "@typescript-eslint/parser", "rules": { "no-undef": "off" }, "env": { "cypress/globals": true }, "plugins": [ "cypress" ] }