Добавлен UI тест для позитивной проверки восстановления пароля, также добавлена фильтрация писем для почтового сервиса

This commit is contained in:
Vlad Smykov
2026-01-30 15:25:19 +03:00
parent 257a53c97e
commit 5c40d43990
12 changed files with 127 additions and 27 deletions

18
package-lock.json generated
View File

@@ -13,6 +13,7 @@
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/node": "^25.1.0",
"allure-playwright": "^3.4.5",
"typescript": "^5.9.3"
}
@@ -33,6 +34,16 @@
"node": ">=18"
}
},
"node_modules/@types/node": {
"version": "25.1.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.1.0.tgz",
"integrity": "sha512-t7frlewr6+cbx+9Ohpl0NOTKXZNV9xHRmNOvql47BFJKcEG1CxtxlPEEe+gR9uhVWM4DwhnvTF110mIL4yP9RA==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"
}
},
"node_modules/allure-js-commons": {
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/allure-js-commons/-/allure-js-commons-3.4.5.tgz",
@@ -442,6 +453,13 @@
"engines": {
"node": ">=14.17"
}
},
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"dev": true,
"license": "MIT"
}
}
}