diff options
| author | Jess <[email protected]> | 2022-01-28 05:27:41 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-28 11:27:41 +0100 |
| commit | 9786fdd4317701a3aef1cd0c9a8cc2c4bf44c58b (patch) | |
| tree | b7080aa622a4a3863513ecf2175928cbfb3b2adb /package.json | |
| parent | bba47418fe79b4023cb5e435bcbe2bd6e0ea4018 (diff) | |
| download | faker-9786fdd4317701a3aef1cd0c9a8cc2c4bf44c58b.tar.xz faker-9786fdd4317701a3aef1cd0c9a8cc2c4bf44c58b.zip | |
chore: adding cypress integration tests (#240)
Co-authored-by: Daniel Bannert <[email protected]>
Co-authored-by: Shinigami92 <[email protected]>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 0c5c9301..e7bd5870 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,11 @@ "format": "prettier --write .", "lint": "echo 'TODO eslint'", "test": "vitest", - "coverage": "vitest run --coverage" + "coverage": "vitest run --coverage", + "cypress": "cypress", + "docs:test:e2e:ci": "run-s docs:build:ci docs:test:e2e:run", + "docs:test:e2e:run": "run-p --race docs:serve \"cypress run\"", + "docs:test:e2e:open": "run-p --race docs:serve \"cypress open\"" }, "simple-git-hooks": { "pre-commit": "npx lint-staged --concurrent false", @@ -85,6 +89,7 @@ "@vitest/ui": "~0.1.24", "c8": "~7.11.0", "conventional-changelog-cli": "~2.2.2", + "cypress": "~9.3.1", "esbuild": "~0.14.13", "eslint": "^6.5.1", "esno": "~0.13.0", |
