lucky_flow icon indicating copy to clipboard operation
lucky_flow copied to clipboard

Show what page was rendered when spec fails

Open paulcsmith opened this issue 6 years ago • 0 comments

This really helps with debugging. Still need to figure out how to do this so other frameworks can use it. Maybe embed a special comment in the HTML

<!-- flow-page-name: Users::IndexPage -->

Then if an element is not found

  > Looking on page: Users::IndexPage

So if you're expecting to be in the SignIns::NewPage you'd be able to see that the page wasn't even correct

paulcsmith avatar Apr 28 '18 16:04 paulcsmith