Skip to content

Commit

Permalink
Add example graph to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbooth101 committed May 31, 2013
1 parent 1702939 commit b9120ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,10 @@ Reporter plug-in for TestNG that generates graph visualisations of test dependen

For each of your TestNG test suites, testng-depgraphs will generate a file that contains a dot language directed graph of all the test method and group dependencies that are specified in your code. If you have the GraphViz command line tools installed it will also generate a PNG image of the graph.

<p align="center">
<img src="https://github.com/WANdisco/testng-depgraphs/blob/master/example.png?raw=true" alt="Portion of an example graph image"/>
</p>

Blue squares are test groups. Green, yellow and red squares are passed, skipped and failed test methods, respectively. The arrows show the direction of the dependencies.

## Usage
Expand Down
Binary file added example.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9120ce

Please sign in to comment.