cypress 13.16.1 → 14.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/angular/README.md +5 -0
- package/angular/angular/README.md +5 -0
- package/angular/angular/dist/index.d.ts +11 -2
- package/angular/angular/dist/index.js +944 -4
- package/angular/angular/package.json +16 -9
- package/angular/dist/index.d.ts +11 -2
- package/angular/dist/index.js +944 -4
- package/angular/package.json +16 -9
- package/lib/cli.js +1 -30
- package/lib/exec/spawn.js +17 -7
- package/mount-utils/dist/index.d.ts +0 -28
- package/mount-utils/dist/index.js +0 -27
- package/mount-utils/mount-utils/dist/index.d.ts +0 -28
- package/mount-utils/mount-utils/dist/index.js +0 -27
- package/package.json +5 -23
- package/react/README.md +5 -0
- package/react/dist/cypress-react.cjs.js +21 -676
- package/react/dist/cypress-react.esm-bundler.js +22 -676
- package/react/dist/index.d.ts +13 -30
- package/react/package.json +13 -15
- package/react/react/README.md +5 -0
- package/react/react/dist/cypress-react.cjs.js +21 -676
- package/react/react/dist/cypress-react.esm-bundler.js +22 -676
- package/react/react/dist/index.d.ts +13 -30
- package/react/react/package.json +13 -15
- package/svelte/README.md +6 -2
- package/svelte/dist/cypress-svelte.cjs.js +12 -12
- package/svelte/dist/cypress-svelte.esm-bundler.js +12 -12
- package/svelte/dist/index.d.ts +8 -179
- package/svelte/package.json +2 -2
- package/svelte/svelte/README.md +6 -2
- package/svelte/svelte/dist/cypress-svelte.cjs.js +12 -12
- package/svelte/svelte/dist/cypress-svelte.esm-bundler.js +12 -12
- package/svelte/svelte/dist/index.d.ts +8 -179
- package/svelte/svelte/package.json +2 -2
- package/types/cypress.d.ts +32 -49
- package/types/net-stubbing.d.ts +2 -7
- package/vue/dist/cypress-vue.cjs.js +380 -275
- package/vue/dist/cypress-vue.esm-bundler.js +382 -276
- package/vue/dist/index.d.ts +61 -78
- package/vue/package.json +2 -5
- package/vue/vue/dist/cypress-vue.cjs.js +380 -275
- package/vue/vue/dist/cypress-vue.esm-bundler.js +382 -276
- package/vue/vue/dist/index.d.ts +61 -78
- package/vue/vue/package.json +2 -5
- package/angular-signals/README.md +0 -11
- package/angular-signals/angular-signals/README.md +0 -11
- package/angular-signals/angular-signals/dist/index.d.ts +0 -136
- package/angular-signals/angular-signals/dist/index.js +0 -1861
- package/angular-signals/angular-signals/package.json +0 -74
- package/angular-signals/dist/index.d.ts +0 -136
- package/angular-signals/dist/index.js +0 -1861
- package/angular-signals/package.json +0 -74
- package/react18/README.md +0 -7
- package/react18/dist/cypress-react.cjs.js +0 -597
- package/react18/dist/cypress-react.esm-bundler.js +0 -574
- package/react18/dist/index.d.ts +0 -78
- package/react18/package.json +0 -71
- package/react18/react18/README.md +0 -7
- package/react18/react18/dist/cypress-react.cjs.js +0 -597
- package/react18/react18/dist/cypress-react.esm-bundler.js +0 -574
- package/react18/react18/dist/index.d.ts +0 -78
- package/react18/react18/package.json +0 -71
- package/vue2/README.md +0 -7
- package/vue2/dist/cypress-vue2.cjs.js +0 -20045
- package/vue2/dist/cypress-vue2.esm-bundler.js +0 -20042
- package/vue2/dist/index.d.ts +0 -207
- package/vue2/package.json +0 -65
- package/vue2/vue2/README.md +0 -7
- package/vue2/vue2/dist/cypress-vue2.cjs.js +0 -20045
- package/vue2/vue2/dist/cypress-vue2.esm-bundler.js +0 -20042
- package/vue2/vue2/dist/index.d.ts +0 -207
- package/vue2/vue2/package.json +0 -65
@@ -1,71 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "@cypress/react18",
|
3
|
-
"version": "0.0.0-development",
|
4
|
-
"description": "Test React components using Cypress",
|
5
|
-
"main": "dist/cypress-react.cjs.js",
|
6
|
-
"scripts": {
|
7
|
-
"build": "rimraf dist && rollup -c rollup.config.mjs",
|
8
|
-
"postbuild": "node ../../scripts/sync-exported-npm-with-cli.js",
|
9
|
-
"check-ts": "tsc --noEmit",
|
10
|
-
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .",
|
11
|
-
"watch": "yarn build --watch --watch.exclude ./dist/**/*"
|
12
|
-
},
|
13
|
-
"devDependencies": {
|
14
|
-
"@cypress/mount-utils": "0.0.0-development",
|
15
|
-
"@cypress/react": "0.0.0-development",
|
16
|
-
"@rollup/plugin-commonjs": "^17.1.0",
|
17
|
-
"@rollup/plugin-node-resolve": "^11.1.1",
|
18
|
-
"@types/react": "17.0.83",
|
19
|
-
"@types/react-dom": "17.0.25",
|
20
|
-
"cypress": "0.0.0-development",
|
21
|
-
"react": "^17.0.2",
|
22
|
-
"react-dom": "^17.0.2",
|
23
|
-
"rollup": "3.7.3",
|
24
|
-
"rollup-plugin-typescript2": "^0.29.0",
|
25
|
-
"typescript": "~5.4.5"
|
26
|
-
},
|
27
|
-
"peerDependencies": {
|
28
|
-
"@types/react": "^18",
|
29
|
-
"@types/react-dom": "^18",
|
30
|
-
"cypress": "*",
|
31
|
-
"react": "^18",
|
32
|
-
"react-dom": "^18"
|
33
|
-
},
|
34
|
-
"files": [
|
35
|
-
"dist"
|
36
|
-
],
|
37
|
-
"types": "dist/index.d.ts",
|
38
|
-
"license": "MIT",
|
39
|
-
"repository": {
|
40
|
-
"type": "git",
|
41
|
-
"url": "https://github.com/cypress-io/cypress.git"
|
42
|
-
},
|
43
|
-
"homepage": "https://github.com/cypress-io/cypress/blob/develop/npm/react18/#readme",
|
44
|
-
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Freact18&template=1-bug-report.md&title=",
|
45
|
-
"keywords": [
|
46
|
-
"react",
|
47
|
-
"cypress",
|
48
|
-
"cypress-io",
|
49
|
-
"test",
|
50
|
-
"testing"
|
51
|
-
],
|
52
|
-
"module": "dist/cypress-react.esm-bundler.js",
|
53
|
-
"peerDependenciesMeta": {
|
54
|
-
"@types/react": {
|
55
|
-
"optional": true
|
56
|
-
}
|
57
|
-
},
|
58
|
-
"publishConfig": {
|
59
|
-
"access": "public"
|
60
|
-
},
|
61
|
-
"nx": {
|
62
|
-
"targets": {
|
63
|
-
"build": {
|
64
|
-
"outputs": [
|
65
|
-
"{workspaceRoot}/cli/react18",
|
66
|
-
"{projectRoot}/dist"
|
67
|
-
]
|
68
|
-
}
|
69
|
-
}
|
70
|
-
}
|
71
|
-
}
|
package/vue2/README.md
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
# @cypress/vue2
|
2
|
-
|
3
|
-
Mount Vue 2 components in the open source [Cypress.io](https://www.cypress.io/) test runner
|
4
|
-
|
5
|
-
> **Note:** This package is bundled with the `cypress` package and should not need to be installed separately. See the [Vue Component Testing Docs](https://docs.cypress.io/guides/component-testing/vue/overview) for mounting Vue components. Installing and importing `mount` from `@cypress/vue2` should only be done for advanced use-cases.
|
6
|
-
|
7
|
-
## [Changelog](./CHANGELOG.md)
|