bunyip icon indicating copy to clipboard operation
bunyip copied to clipboard

Testling lets you specify a page to open!

Open ryanseddon opened this issue 13 years ago • 0 comments

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.

ryanseddon avatar Jun 29 '12 02:06 ryanseddon