-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.17 KB
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
38
{
"name": "sisense-playwright-ts-tests-examples",
"version": "1.0.0",
"engine": {
"node": ">=18.16.0"
},
"description": "Sisense playwright typescript test examples for UI and API",
"main": "index.js",
"scripts": {
"k6": "npm run build && docker-compose run -T xk6-browser run --insecure-skip-tls-verify",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && npx webpack"
},
"keywords": [],
"author": "sisense",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@playwright/test": "1.49.0",
"@types/k6": "0.48.0",
"@types/node": "^20.10.6",
"@types/uuid": "^9.0.1",
"@types/webpack": "^5.28.5",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"generate-password-ts": "^1.6.5",
"k6-junit": "^1.2.0",
"string-replace-loader": "^3.1.0",
"uuid": "^9.0.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-glob-entries": "^1.0.1"
}
}