jeremypeter / gulp-litmus

Sent tests to Litmus
21 stars 8 forks source link

Would be nice if you could set the Test name. #5

Open iDVB opened 8 years ago

iDVB commented 8 years ago

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

testname

jeremypeter commented 8 years ago

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']
}
chrissy-dev commented 6 years ago

Does it not use the tag as the subject?</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>