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: packages/e2e-tests/test-recipe-schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@
11
11
"type": "string",
12
12
"description": "Command that is run to install dependencies and build the test application. This command is only run once before all tests. Working directory of the command is the root of the test application."
13
13
},
14
+
"buildTimeoutSeconds": {
15
+
"type": "number",
16
+
"description": "Timeout for the build command in seconds. Default: 60"
17
+
},
14
18
"tests": {
15
19
"type": "array",
16
20
"description": "Tests to run in this test application",
0 commit comments