Added new tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user