selianize

3.17.0 • Public • Published

Selianize

Exports Selenium IDE projects (.side) to executable javascript code

Usage

import selianize from "./path/to/selianize";
 
const file = JSON.parse(fs.readFileSync("project.side").toString());
selianize(file).then(test => { // code
  fs.writeFileSync(file.name + ".test.js", test);
});

/selianize/

    Package Sidebar

    Install

    npm i selianize

    Weekly Downloads

    485

    Version

    3.17.0

    License

    Apache-2.0

    Unpacked Size

    317 kB

    Total Files

    33

    Last publish

    Collaborators

    • toddtarsi
    • corevo
    • tourdedave