Initial commit
This commit is contained in:
commit
9795660e1f
43 changed files with 2757 additions and 0 deletions
13
tests/data/api_user_auth.json
Normal file
13
tests/data/api_user_auth.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"avatar": "🔍",
|
||||
"description": "QA‑инженер с фокусом на автоматизированное тестирование и CI/CD.",
|
||||
"joinDate": "2023-10-01T20:00:00Z",
|
||||
"motto": "Тестирование — это поиск истины.",
|
||||
"name": "Андрей Васильев",
|
||||
"password": "TestPas1205",
|
||||
"projects": ["Web App Testing", "API Automation"],
|
||||
"role": "QA Engineer",
|
||||
"skills": ["Selenium", "JUnit", "Postman", "CI/CD", "TestRail"],
|
||||
"speciality": "Good user",
|
||||
"username": "andrey_user"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue