-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 911 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 911 Bytes
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
35
36
37
{
"name": "nextcloud-talk-load-test",
"version": "0.1.0",
"description": "Playwright-based load testing tool for Nextcloud Talk guest calls.",
"license": "ISC",
"author": "Tobias Dillig",
"repository": {
"type": "git",
"url": "git+https://github.com/tldev-de/nextcloud-talk-load-test.git"
},
"bugs": {
"url": "https://github.com/tldev-de/nextcloud-talk-load-test/issues"
},
"homepage": "https://github.com/tldev-de/nextcloud-talk-load-test#readme",
"type": "commonjs",
"engines": {
"node": ">=18"
},
"scripts": {
"smoke": "node testJoin.js",
"stress": "node stresstestNexcloud.js",
"postinstall": "playwright install chromium"
},
"keywords": [
"nextcloud",
"nextcloud-talk",
"playwright",
"stress-test",
"load-test",
"benchmark",
"webrtc"
],
"dependencies": {
"dotenv": "^17.4.2",
"playwright": "^1.60.0"
}
}