0.0.15 • Published 2 years ago

relianize v0.0.15

Weekly downloads
15
License
Apache-2.0
Repository
github
Last release
2 years ago

Relianize

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

Usage

import relianize from "./path/to/relianize";

const file = JSON.parse(fs.readFileSync("project.ride").toString());
relianize(file).then(test => { // code
  fs.writeFileSync(file.name + ".test.js", test);
});

Republish

$npm login
$npm version patch
$npm publish
0.0.15

2 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago