I'm using karma-nightmare version [0.4.8]
Description
I am struggling to understand how this should work with goto(url), meaning I need to open a url and then run nightmare actions on that page.
Any help is welcome.
Right now as soon as I require('nightmare'), I get errors like this
ERROR in ./~/nightmare/lib/actions.js
Module not found: Error: Can't resolve 'fs' in '/test/node_modules/nightmare/lib'
I'm using karma-nightmare version [0.4.8]
Description
I am struggling to understand how this should work with goto(url), meaning I need to open a url and then run nightmare actions on that page.
Any help is welcome.
Right now as soon as I
require('nightmare'), I get errors like this