Would it be possible to change renderAndGetWindow
to also accept a path, instead of an absolute URL?
It kinda makes parallel testing with Ava a bit more difficult, because you spin up multiple Nuxt instances on different ports. You have to keep track of the Nuxt instance port in each renderAndGetWindow
call.