we have an extreme case at extend
we have 5 layers of dependencies that need to exist before a test
a -> b -> c -> d -> e , now we can test service x
service e tests the entire chain, so if possible we don't want to do that with X
still working on a backdoor way to get the lambdas to that final e state. Whether that's with cy.task, or a cy.exec( taskr script ) don't know yet