UNPKG

joomla-cypress

Version:

Helpers for using Cypress with Joomla for testing

34 lines (33 loc) 881 B
{ "name": "joomla-cypress", "version": "1.3.1", "description": "Helpers for using Cypress with Joomla for testing", "main": "src/index.js", "scripts": { "clean": "rm -rf node_modules tests/cypress.config.mjs tests/screenshots", "test": "npx cypress run --config-file tests/cypress.config.mjs", "open": "npx cypress open --config-file tests/cypress.config.mjs", "cypress:install": "cypress install" }, "repository": { "type": "git", "url": "git+https://github.com/joomla-projects/joomla-cypress.git" }, "keywords": [ "Joomla", "Cypress" ], "author": "Joomla Project", "license": "GPL-2.0+", "bugs": { "url": "https://github.com/joomla-projects/joomla-cypress/issues" }, "homepage": "https://github.com/joomla-projects/joomla-cypress#readme", "files": [ "src" ], "dependencies": { "cypress": "^13.16.0", "cypress-file-upload": "^5.0.8" } }