Skip to content

Commit 6fa2270

Browse files
angular-robotAndrewKushnir
authored andcommitted
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
1 parent 2a0241a commit 6fa2270

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "1814da6d24173573f12224b345c81bbb80b7a7b7"
3+
"sha": "8e9555870edb3275b35d299613ef3cf9d3bfb73a"
44
}

adev/src/content/cli/test.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
"type": "string",
8080
"description": "Specifies a regular expression pattern to match against test suite and test names. Only tests with a name matching the pattern will be executed. For example, `^App` will run only tests in suites beginning with 'App'."
8181
},
82+
{
83+
"name": "headless",
84+
"type": "boolean",
85+
"description": "Forces all configured browsers to run in headless mode. When using the Vitest runner, this option is ignored if no browsers are configured. The Karma runner does not support this option."
86+
},
8287
{
8388
"name": "help",
8489
"type": "boolean",

0 commit comments

Comments
 (0)