You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-06-10 03:22:34 +00:00
24 lines
712 B
YAML
24 lines
712 B
YAML
test_name: Базовая регистрация и аутентификация
|
|
|
|
stages:
|
|
- name: "Регистрация нового бизнес аккаунта"
|
|
request:
|
|
url: "{BASE_URL}/business/auth/sign-up"
|
|
method: POST
|
|
json:
|
|
name: "Рекламное агенство Малинки-Вечеринки"
|
|
email: raspberryprod@mail.com
|
|
password: SuperStrongPassword2000!
|
|
response:
|
|
status_code: 200
|
|
|
|
- name: "Аутентификация"
|
|
request:
|
|
url: "{BASE_URL}/business/auth/sign-in"
|
|
method: POST
|
|
json:
|
|
email: raspberryprod@mail.com
|
|
password: SuperStrongPassword2000!
|
|
response:
|
|
status_code: 200
|