Using Ember Inspector with Testem
Chris Masters
11
Hey Chris, I’m not sure if this covers your use-case but you can use whatever browser you want when you run in server mode via `ember t -s` and visit http://localhost:7357 directly. I do it all the time :)