-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alexey Yakovlev edited this page Sep 18, 2023
·
2 revisions
- Sign up to the pochta.ru website
- Get the access token for otpravka.pochta.ru
- Get free login and password for tariff.pochta.ru parcel tracker
- Install PochtaSdk nuget package
- Browse project unit tests to find the related usage patterns
- Create the folder named '.temp' in the root project directory
- Add the file 'vars.json' formatted as follows:
{
"TEST_ENVIRONMENT_INITIALIZED": true,
"TRACKING_USER_NAME": "your-user-name",
"TRACKING_USER_PASSWORD": "your-password",
"OTPRAVKA_ACCESS_TOKEN": "your-otpravka-api-token",
"OTPRAVKA_USER_EMAIL": "your-email",
"OTPRAVKA_USER_PHONE": "your-phone",
"OTPRAVKA_USER_PASSWORD": "your-password"
}
- Specify your access token and other credentials
- Make sure to add the '.temp' directory to the git ignore list so you don't accidentally commit your credentials.