I am trying to create a testing script so that the testers can capture some tests using standalone slimerjs 0.9.3. However when I try to require a local package that I installe
slimer cannot find the node_modules on its own, but you can load the module manually, for instance:
var uuid = require(fs.workingDirectory+'/node_modules/node-uuid/uuid.js');