Skip to content

Commit 805fffc

Browse files
author
David Haeffner
committed
Added readme to side-utils
1 parent 0f17f32 commit 805fffc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

packages/side-utils/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# SIDE Utils
2+
3+
Utils for Selenium IDE (e.g., code export)
4+
5+
## Installation
6+
7+
```
8+
npm install -g @seleniumhq/side-utils
9+
```
10+
11+
## Usage
12+
13+
```javascript
14+
const { codeExport } = require('@seleniumhq/side-utils')
15+
```
16+
17+
__NOTE: For an example of the `codeExport` utils being used, see one of the existing languages for code export in Selenium IDE (e.g., [`java-junit`](https://github.com/SeleniumHQ/selenium-ide/tree/v3/packages/code-export-java-junit), [`javascript-mocha`](https://github.com/SeleniumHQ/selenium-ide/tree/v3/packages/code-export-javascript-mocha), or [`python-pytest`](https://github.com/SeleniumHQ/selenium-ide/tree/v3/packages/code-export-python-pytest)).__

0 commit comments

Comments
 (0)