Skip to content

Commit 0f17f32

Browse files
author
David Haeffner
committed
Added mention of side-utils to the code export plugin API docs
1 parent e48adcc commit 0f17f32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/plugins/code-export.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The plugins API enables any Selenium IDE plugin to export code for either:
99
1. an existing language
1010
2. a new language
1111

12+
__NOTE: If adding a new language, take a look at [@seleniumhq/side-utils](https://www.npmjs.com/package/@seleniumhq/side-utils). You can see an example of it in use in existing languages for code-export (e.g., [java-junit](https://github.com/SeleniumHQ/selenium-ide/tree/v3/packages/code-export-java-junit)).__
13+
1214
### Export config
1315

1416
In your plugin manifest you'll need to specify that it exports languages.

0 commit comments

Comments
 (0)