BackstopJS
BackstopJS copied to clipboard
Test without server
Is there how to test my project without running a server?
I mean, use this URL ./index.html instead of http://localhost:8080/index.html?
Didn't find one. I just opened a quick server via node js, like here: https://adrianmejia.com/building-a-node-js-static-file-server-files-over-http-using-es6/
@nilsbentlage that's what we made.
Any news about this?