aboutsummaryrefslogtreecommitdiff
path: root/tests/requests.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/requests.txt')
-rw-r--r--tests/requests.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/requests.txt b/tests/requests.txt
new file mode 100644
index 0000000..7e38905
--- /dev/null
+++ b/tests/requests.txt
@@ -0,0 +1,17 @@
1http POST :7878/user/login username=akshay password=password
2
3http POST :7878/user/login username=akshay password=nigga
4
5http POST :7878/user/change_password Cookie:user-login=mKT3PRPSKJp/AdsfPCXg3GICmQW2wViUwUKPpsXKp+70ug== old_password=nigga new_password=nigga
6
7http :7878/user/change_password username=akshay password=password
8
9http :7878/product/catalog
10
11http :7878/product/1
12
13http POST :7878/cart/add Cookie:user-login=mKT3PRPSKJp/AdsfPCXg3GICmQW2wViUwUKPpsXKp+70ug== product_id:=1
14
15http :7878/cart/items Cookie:user-login=mKT3PRPSKJp/AdsfPCXg3GICmQW2wViUwUKPpsXKp+70ug==
16
17http POST :7878/cart/remove Cookie: product_id:=1