We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9839b7e commit 440cb69Copy full SHA for 440cb69
package.json
@@ -1,16 +1,21 @@
1
{
2
"name": "@mochify/driver-webdriver",
3
"version": "0.0.0",
4
- "description": "",
+ "description": "WebDriver driver for Mochify",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"No unit tests yet\"",
8
"test:integration": "echo \"No integration tests yet\"",
9
"preversion": "npm test && npm run test:integration",
10
"postversion": "npm publish"
11
},
12
- "keywords": [],
13
- "author": "",
+ "keywords": [
+ "mocha",
14
+ "webdriver",
15
+ "headless",
16
+ "testing"
17
+ ],
18
+ "author": "Maximilian Antoni <[email protected]> (http://maxantoni.de)",
19
"license": "MIT",
20
"dependencies": {
21
"webdriver": "^7.7.4"
0 commit comments