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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,8 @@ This is the hardest part: dealing with obscure Xcode formats. But if we get that
128
128
-`--base-branch`: Branch to compare against to find the relevant changes. If emitted, a local changeset is used (development mode).
129
129
-`--test-plan`: Path to the test plan. If not given, tool would try to infer the path.
130
130
-`--json`: Provide output in JSON format (STDOUT).
131
-
-`--dependency-graph`: Opens Safari with a dependency graph visualization.
131
+
-`--dependency-graph`: Opens Safari with a dependency graph visualization. Attention: if you don't trust Javascript ecosystem prefer using `--dot` option.
132
+
-`--dot`: Output dependency graph in Dot (Graphviz) format. To be used with Graphviz: `brew install graphviz`, then `xcode-selective-test --dot | dot -Tsvg > output.svg && open output.svg`
0 commit comments