Added new tests

This commit is contained in:
2024-10-13 12:35:14 +03:30
parent 5caa06db66
commit dda925b8d6
3 changed files with 39 additions and 2 deletions

View File

@@ -29,4 +29,13 @@ GET /products?order=product_name.desc
?? js response.parsedBody[0].id == 47
?? js response.parsedBody[76].id == 17
?? js response.parsedBody[0].product_name startsWith Z
?? js response.parsedBody[76].product_name startsWith A
?? js response.parsedBody[76].product_name startsWith A
###
GET /products?order=id.desc&unit_price=lt.10
?? status == 200
?? js response.parsedBody[0].id == 75
?? js response.parsedBody[10].id == 13
?? js response.parsedBody[0].product_name startsWith R
?? js response.parsedBody[10].product_name startsWith K