Добавил LoginPage,а также позитивные UI, API тесты для авторизации пользователя
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user