Clicking around different app states

I have some code in my acceptance tests that gets my app into a certain state, then asserts on the DOM. I’d like to be able to pull up my app in any of these states, and just click around, either for design, just to examine CSS, etc.

e.g. “I want to click around my app when there are two ongoing transfers, and one transfer with an error.”

Has anybody come up with some good ways to do this?

@katiegengler just added a wonderful feature to master that adds a pauseTest() integration helper. I believe we are going to try to get this feature enabled by default in 1.9.0-beta.1 when I get it published, but you can snag the implementation and use it in your app now.

2 Likes