Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
updated package.json extending it with samples from cypress examples repo
  • Loading branch information
badj authored Nov 8, 2023
1 parent 2aefe19 commit bddec9e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,45 @@
"name": "cypresscheckouttest-bc",
"version": "1.0.0",
"description": "Cypress tests demo for login and cart checkout assertions on a Practice e-commerce store",
"private": false,
"main": "cypress.config.js",
"scripts": {
"testWithBrowser": "npx cypress run --headed browser",
"testWithChrome": "npx cypress run --headed --browser chrome",
"testWithFF": "npx cypress run --headed --browser firefox",
"testHeadless": "npx cypress run",
"testWithBrowserNoExit": "npx cypress run --headed browser --no-exit"
"test": "echo \"There are no tests :(\"",
"build": "ncc build -o dist index.js",
"format": "prettier --write index.js src/ping.js",
"check:markdown": "find *.md docs/*.md -print0 | xargs -0 -n1 markdown-link-check -c md-linkcheck.json",
"update:cypress": "./scripts/update-cypress-latest.sh",
"prepare": "husky install"
},
"dependencies": {
"@actions/cache": "3.2.1",
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/io": "1.1.3",
"@octokit/core": "4.2.0",
"argument-vector": "1.0.2",
"debug": "4.3.4",
"find-yarn-workspace-root": "2.0.0",
"got": "11.8.6",
"hasha": "5.2.2",
"quote": "0.4.0",
"supports-color": "9.3.1"
},
"devDependencies": {
"@types/node": "20.8.10",
"@vercel/ncc": "0.38.1",
"husky": "8.0.3",
"markdown-link-check": "3.11.1",
"prettier": "3.0.3"
},
"publishConfig": {
"access": "public"
}
"author": "Jacob Badenhorst",
"license": "ISC",
"devDependencies": {
Expand Down

0 comments on commit bddec9e

Please sign in to comment.