bunyip
bunyip copied to clipboard
Testling lets you specify a page to open!
See here http://testling.com/docs#visit-a-page
I'll try and wrap this up and require a config setting to choose which service you want.
e.g.
config.browserservice = {
"browserstack": {
username: "", // Your BrowserStack username
password: "", // Your BrowserStack password
version: 2
},
"testling": {
username: "", // Your Testling username
password: "", // Your Testling password
}
};
Then behind the scenes work out which one you're using and send request to that.