easy-sauce
easy-sauce copied to clipboard
Node.js API newb question
Hey
With the Node.js API, it's not clear whether it uses the easySauce config in the package.json file. Specifically, I don't know how to specify the test.html file to use, if we do not have the config in package.json. I have no problem using the easySauce property in package.json, but I think maybe the Node.js API example should be self-contained enough to include the path to the html file?
In other words, I ran the example code as is, with my own Sauce Labs username/key, and I get this:
Started static web server on port 8080
Created secure tunnel to 8080
Running tests for https://uifgjrfefk.localtunnel.me/test/ on Sauce Labs.
test queued
test queued
test queued
test session in progress
test session in progress
test session in progress
I literally have no idea what it's testing, as I didn't give it any input...