This commit updates the configuration settings and improves the notification functionality by filtering out duplicate notifications. It also includes changes to feature flag data types and removed dependencies in `package.json`, alongside updates to `pnpm-lock.yaml`.
20 lines
417 B
JSON
20 lines
417 B
JSON
{
|
|
"name": "web-e2e",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"report": "playwright show-report",
|
|
"test": "playwright test --max-failures=1",
|
|
"test:ui": "playwright test --ui"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.43.1",
|
|
"@types/node": "^20.12.7",
|
|
"node-html-parser": "^6.1.13"
|
|
}
|
|
}
|