Back to Entries
Tags: graphviz
Status: idea
Date: 2014-10-22

Mapping data flow in test specs


Initial idea: use Graphviz to map every flow exercised in a /spec/requests suite

What would it take to do this?

  • a list of known flows
    • those flows encoded as URL's or click paths
  • the flows exercised
  • the code analyzed for conditional paths