Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeger authored Jun 4, 2024
1 parent 2ded95f commit d80bfd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ This is the hardest part: dealing with obscure Xcode formats. But if we get that
- `--json`: Provide output in JSON format (STDOUT).
- `--dependency-graph`: Opens Safari with a dependency graph visualization. Attention: if you don't trust Javascript ecosystem prefer using `--dot` option. More info [here](https://github.com/mikeger/XcodeSelectiveTesting/wiki/How-to-visualize-your-dependency-structure).
- `--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`
- `--turbo`: Turbo mode: run tests only for directly affected targets.
- `--verbose`: Provide verbose output.

## Configuration file `.xcode-selective-testing.yml`
Expand Down

0 comments on commit d80bfd2

Please sign in to comment.