-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 916 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "wdio-google-chat-service",
"version": "1.0.3",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/qajonatasmartins/wdio-google-chat-service.git"
},
"keywords": [
"webdriverio",
"wdio",
"wdio-service"
],
"author": "Jonatas <Jonatas>",
"license": "MIT",
"dependencies": {
"@wdio/cli": "^7.25.2",
"chai": "^4.3.7",
"mocha": "^10.1.0",
"pactum": "^3.2.3"
},
"description": "Biblioteca Webdriverio para enviar resultados de testes como notificação/mensagem de folga para espaços do google chat.",
"bugs": {
"url": "https://github.com/qajonatasmartins/wdio-google-chat-service/issues"
},
"homepage": "https://github.com/qajonatasmartins/wdio-google-chat-service#readme",
"directories": {
"test": "test"
},
"devDependencies": {},
"scripts": {
"test": "mocha ./tests/**/**/**/**.test.js"
}
}