forked from rpldy/react-uploady
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcypress.json
More file actions
25 lines (25 loc) · 835 Bytes
/
Copy pathcypress.json
File metadata and controls
25 lines (25 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"port": 8089,
"testFiles": "**/*-spec.js",
"chromeWebSecurity": false,
"video": false,
"env": {
"storybookPath": "/?path=/story/",
"components": {
"uploader": "core-uploader",
"uploady": "ui-uploady",
"chunkedUploady": "ui-chunked-uploady",
"retryHooks": "ui-retry-hooks",
"uploadButton": "ui-upload-button",
"uploadDropZone": "ui-upload-drop-zone",
"uploadUrlInput": "ui-upload-url-input",
"uploadPreview": "ui-upload-preview",
"uploadPaste": "ui-upload-paste",
"tusUploady": "ui-tus-uploady",
"nativeUploady": "react-native-native-uploady",
"chunkedSender": "core-chunked-sender"
}
},
"pluginsFile": false,
"projectId": "excxm9"
}