Run integration tests in slow motion

Hi!, i’m working in a little workshop for a friends interesting in ember. And i want to show them how to write integration tests by using devtools and some interactive approach.

But when i run test it run very fast. Obviously running fast is awesome in 99% cases; but, in this workshop i really want to run tests slowly, showing step by step what ember it’s doing.

it is possible or have some advice to share?

1 Like

You can debug tests in your browser, so you could step your way through that way …

1 Like