UNPKG

cypress-example-kitchensink

Version:

This is an example app used to showcase Cypress.io testing. For a full reference of our documentation, go to https://docs.cypress.io

82 lines (81 loc) 3 kB
{ "name": "cypress-example-kitchensink", "version": "2.0.0", "description": "This is an example app used to showcase Cypress.io testing. For a full reference of our documentation, go to https://docs.cypress.io", "main": "index.js", "files": [ "app", "cypress" ], "scripts": { "build": "npm run lint", "start": "node ./scripts/start.js", "dev": "npm start", "test": "npm start & cypress run", "pretest": "npm run lint", "print-env": "print-env", "lint": "eslint --fix cypress app/assets/js/scripts.js", "lint:yaml": "yamllint '*.yml' '.buildkite/*.yml' '.circleci/*.yml' '.github/workflows/*.yml' '.semaphore/*.yml' 'basic/**/*.yml' ", "colon:names": "colon-names", "e2e": "cypress run", "e2e:chrome": "cypress run --browser chrome", "e2e:record": "cypress run --record", "e2e:record:chrome": "cypress run --record --browser chrome", "e2e:record:edge": "cypress run --record --browser edge", "e2e:record:firefox": "cypress run --record --browser firefox", "e2e:record:parallel": "cypress run --record --parallel", "test:ci": "run-p --race start e2e", "test:ci:chrome": "run-p --race start e2e:chrome", "test:ci:record": "run-p --race start e2e:record", "test:ci:record:chrome": "run-p --race start e2e:record:chrome", "test:ci:record:edge": "run-p --race start e2e:record:edge", "test:ci:record:firefox": "run-p --race start e2e:record:firefox", "test:ci:record:parallel": "run-p --race start e2e:record:parallel", "cy:verify": "cypress verify", "cy:info": "cypress info", "cy:version": "cypress version", "cy:cache:list": "cypress cache list", "cy:run": "cypress run", "cy:run:record": "cypress run --record", "cy:open": "cypress open", "local:open": "start-test 8080 cy:open", "local:run": "start-test 8080 cy:run", "local:run:record": "start-test 8080 cy:run:record", "ci:set-port": "node ./scripts/set-port", "semantic-release": "semantic-release", "prepare": "node ./scripts/prepare.js" }, "repository": { "type": "git", "url": "https://github.com/cypress-io/cypress-example-kitchensink.git" }, "author": "Cypress-io", "license": "MIT", "bugs": { "url": "https://github.com/cypress-io/cypress-example-kitchensink/issues" }, "homepage": "https://github.com/cypress-io/cypress-example-kitchensink#readme", "dependencies": { "npm-run-all": "^4.1.2", "serve": "14.2.1" }, "devDependencies": { "@bahmutov/print-env": "1.3.0", "colon-names": "1.0.0", "cypress": "13.1.0", "eslint": "8.49.0", "eslint-plugin-cypress": "2.14.0", "eslint-plugin-json-format": "2.0.1", "eslint-plugin-mocha": "10.1.0", "execa": "2.1.0", "globby": "11.1.0", "husky": "8.0.3", "netlify-plugin-cypress": "2.2.1", "semantic-release": "19.0.5", "start-server-and-test": "2.0.0", "yaml-lint": "1.7.0" }, "engines": { "node": "^18.0.0 || >=20.0.0" } }