MM-52641 MM-52645 Playwright/Accessibility: Initial setup and accessibility fix on login page (#23254)

* MM-52641 Playwright/Accessibility: initial setup

* upgrade Playwright to 1.36.1

* fix accessibility at login page

* fix lint

* update snapshot
Этот коммит содержится в:
Saturnino Abril
2023-07-19 16:25:17 -04:00
коммит произвёл GitHub
родитель 077c16ef61
Коммит e377d985cd
15 изменённых файлов: 771 добавлений и 745 удалений

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

@@ -12,23 +12,25 @@
"show-report": "npx playwright show-report"
},
"dependencies": {
"@percy/cli": "1.23.0",
"@axe-core/playwright": "4.7.3",
"@percy/cli": "1.26.2",
"@percy/playwright": "1.0.4",
"@playwright/test": "1.32.3",
"@playwright/test": "1.36.1",
"async-wait-until": "2.0.12",
"axe-core": "4.7.2",
"chalk": "4.1.2",
"deepmerge": "4.3.1",
"dotenv": "16.0.3",
"dotenv": "16.3.1",
"form-data": "4.0.0",
"isomorphic-unfetch": "4.0.2",
"uuid": "9.0.0"
},
"devDependencies": {
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@types/uuid": "9.0.2",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"cross-env": "7.0.3",
"eslint": "8.38.0",
"eslint": "8.45.0",
"prettier": "2.8.7",
"typescript": "5.0.4"
}