gulp-litmus icon indicating copy to clipboard operation
gulp-litmus copied to clipboard

Would be nice if you could set the Test name.

Open iDVB opened this issue 8 years ago • 2 comments

Would be nice if you could set the Test name. Though, not sure if this is exposed as part of the litmus API.

testname

iDVB avatar Apr 02 '16 17:04 iDVB

Yeah there's a subject option that you can set, that looks like I never added to the README oops! So the options would look something like:

{
    subject: 'Custom title', // Will be the name of the template in Litmus
    username: 'litmus_username',
    password: 'litmus_password',
    url: 'https://yourcompany.litmus.com',
    applications: ['gmail']
}

jeremypeter avatar Apr 02 '16 22:04 jeremypeter

Does it not use the

tag as the subject?

chrissy-dev avatar Jan 08 '18 12:01 chrissy-dev