Добавил LoginPage,а также позитивные UI, API тесты для авторизации пользователя

This commit is contained in:
Vlad Smykov
2026-01-29 14:36:41 +03:00
parent 018edfebbf
commit 257a53c97e
5 changed files with 76 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
"test:clean": "rm -rf allure-results allure-report playwright-report",
"test:ui": "npx playwright test tests/ui",
"test:api": "npx playwright test tests/api",
"test:login": "npx playwright test tests/ui/auth/login-applicant.spec.ts",
"report": "npx playwright show-report",
"allure:report": "allure generate ./allure-results --clean -o ./allure-report && allure open ./allure-report"
},