Refactor hw7 mobile tests to meet course requirements

This commit is contained in:
2026-04-09 23:03:38 +03:00
parent 6ca010ed17
commit 8857b4feff
54 changed files with 1337 additions and 1805 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"request": {
"method": "GET",
"url": "/wishlist.apk"
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/vnd.android.package-archive"
},
"bodyFileName": "wishlist.apk"
}
}