UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

18 lines (17 loc) 288 B
{ "plugins": [ "cypress" ], "extends": [ "plugin:@cypress/dev/tests" ], "env": { "cypress/globals": true }, "rules": { "mocha/no-global-tests": "off", "no-unused-vars": "off", "no-console": "off", "@typescript-eslint/no-unused-vars": "off" } }