You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/testcafe/schema.json
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,9 @@
27
27
},
28
28
"host": {
29
29
"type": "string",
30
-
"description": "[Angular & TestCafe] Host to use to serve the application and host to run TestCafe on",
30
+
"description": "[TestCafe] Host to use to run TestCafe on (only if devServerTarget is not set), default = localhost",
31
31
"default": "localhost"
32
32
},
33
-
"port": {
34
-
"type": "number",
35
-
"description": "[Angular] The port to use to serve the application."
36
-
},
37
-
"baseUrl": {
38
-
"type": "string",
39
-
"description": "Base URL for Testcafe to connect to."
40
-
},
41
33
"live": {
42
34
"type": "boolean",
43
35
"description": "Enables live mode. In this mode, TestCafe watches for changes you make in the test files and all files referenced in them (like page objects or helper modules). These changes immediately restart the tests so that you can see the effect.",
0 commit comments