You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
I am trying to run SlimerJS scripts using this launcher. I had to use Browserify because otherwise the script was throwing an exception because require is not defined.
Now I'm getting this error: [framework.browserify]: Error: Cannot find module 'webpage'.
Here's the source of the exception: var page = require("webpage").create();
Any ideas on how to run SlimerJS scripts in Karma, so I can use Jasmine's assertions?
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to run SlimerJS scripts using this launcher. I had to use Browserify because otherwise the script was throwing an exception because require is not defined.
Now I'm getting this error:
[framework.browserify]: Error: Cannot find module 'webpage'
.Here's the source of the exception:
var page = require("webpage").create();
Any ideas on how to run SlimerJS scripts in Karma, so I can use Jasmine's assertions?
Thanks.
The text was updated successfully, but these errors were encountered: