E2E/Playwright: Upgrade playwright/dependencies and test server config (#26464)

* chore: upgrade playwright and test server config

* add post install script

* update config types

* fix visual test
Этот коммит содержится в:
Saturnino Abril
2024-03-19 08:09:25 +08:00
коммит произвёл GitHub
родитель 297135c5b4
Коммит 53471c7e8c
14 изменённых файлов: 705 добавлений и 502 удалений

Просмотреть файл

@@ -12,29 +12,29 @@
"playwright-ui": "cross-env NODE_OPTIONS='--no-experimental-fetch' playwright test --ui",
"test-slomo": "cross-env NODE_OPTIONS='--no-experimental-fetch' PW_SNAPSHOT_ENABLE=true PW_SLOWMO=1000 playwright test",
"show-report": "npx playwright show-report",
"postinstall": "npx playwright install"
"postinstall": "script/post_install.sh"
},
"dependencies": {
"@axe-core/playwright": "4.8.3",
"@percy/cli": "1.27.7",
"@axe-core/playwright": "4.8.5",
"@percy/cli": "1.28.1",
"@percy/playwright": "1.0.4",
"@playwright/test": "1.41.1",
"@playwright/test": "1.42.1",
"async-wait-until": "2.0.12",
"axe-core": "4.8.3",
"axe-core": "4.8.4",
"chalk": "4.1.2",
"deepmerge": "4.3.1",
"dotenv": "16.3.2",
"dotenv": "16.4.5",
"form-data": "4.0.0",
"isomorphic-unfetch": "4.0.2",
"uuid": "9.0.1"
},
"devDependencies": {
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"prettier": "3.2.4",
"typescript": "5.3.3"
"eslint": "8.57.0",
"prettier": "3.2.5",
"typescript": "5.4.2"
}
}