I want more than logging unfortunately. I'm trying to build out what the given/when/then statements would be and I was hoping to chain them up in a way that i could do something like this
`cy.given('Some scenario')
.someCommand()
.anotherCommand()
.when('This thing happens')
.someCommand()