With zombie.js,
Is there a way to directly specify the document zombie should visit:
browser.visit('<html><head></head><body><body></html>', ...)
Eg: not a url, just a string.
I know it supports file://path/to/my/page.html
, but I just want to feed it with markup directly.
Thank you