We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96f4f7 commit 43e8fb7Copy full SHA for 43e8fb7
package.json
@@ -4,7 +4,9 @@
4
"description": "Selenium library keyword extension to support Behavior Driven Development",
5
"main": "index.js",
6
"scripts": {
7
- "commit": "cz"
+ "commit": "cz",
8
+ "install": "python setup.py install",
9
+ "uninstall": "pip uninstall seleniumlibraryextends -y"
10
},
11
"repository": {
12
"type": "git",
0 commit comments