Skip to content

bpeckNR/code-export-node-nr-synthetics

 
 

Repository files navigation

code-export-node-nr-synthetics

New Relic Synthetics language library for Selenium IDE

This library implements the Selenium IDE code export framework see details here

Usage


const  codeExport = require('code-export-node-nr-synthetics')

...



  if (message.action === 'export') {
    let funcExport = (typeof message.options.suite != 'undefined')?codeExport.emitSuite : codeExport.emitTest
    funcExport(parseMessage(message)).then( sendResponse)
    return true
  }
});



See sample usage in New Relic Synthetics formatter for Selenium IDE

About

New Relic Synthetics language support for Selenium IDE

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%