Open Chrome
Navigate to 'google.com'
Do a search
$ Navigate to 'pets.com' // only runs branches that pass through this step
Buy cat food // i.e., the branch ending here
Open Chrome
$ Open Firefox
Open Safari
Desktop
$ Mobile
Navigate to 'google.com'
Do a search // only runs the Firefox mobile branch that ends here
Open Chrome
$ Open Firefox
$ Open Safari
Desktop
Mobile
Navigate to 'google.com'
Do a search // only runs the Firefox and Safari branches (4 of them)
$ * Do a search // only runs branches that call this function
// etc.
Log in as 'bob'
Do a search
Log in as 'vishal'
Do a search
Open Chrome
Open Firefox $
Open Safari
Desktop
Mobile $
Navigate to 'google.com' ~ // use to help isolate a branch for a debug