2 - [test/graph.js](#testgraphjs)
3 - [It colorizes the graph based on execution results](#it-colorizes-the-graph-based-on-execution-results)
6 <a name="testgraphjs"></a>
8 It throws an error if you try to run a non-existing vertex.
11 It runs a vertex if no dependencies are defined.
14 It does not run a vertex if it has unfulfilled dependencies.
17 It runs dependent vertices on completion of a vertex's action.
20 It ensures dependencies state is available before running dependents.
23 It gives dependent vertices a state including their dependencies' results.
26 It throws an error if a vertex throws an error.
29 It runs a vertex only once.
32 It can convert to a string representing the graph in graphviz format.
35 <a name="it-colorizes-the-graph-based-on-execution-results"></a>
36 ## It colorizes the graph based on execution results
37 It throws an error if a sub-step fails.
40 It adds the right colors according to execution.
44 ok - It colorizes the graph based on execution results
47 ----------|----------|----------|----------|----------|-------------------|
48 File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
49 ----------|----------|----------|----------|----------|-------------------|
50 All files | 100 | 100 | 100 | 100 | |
51 graph.js | 100 | 100 | 100 | 100 | |
52 ----------|----------|----------|----------|----------|-------------------|