При создании коллекции я использую локальные переменные (Variables)
Но после выгрузки коллекции все переменные пустые
В связи с чем автоатический запуск тестов у меня невозможен
Как решить такую проблему?
Hey @fairun89 ![]()
Welcome to the Postman Community ![]()
By design, all the values placed only in the Current Value are not synced and also not exported with the Collection/Environment/Globals file.
You would need to persist all the values into the Initial Value, in order to export these into the file.
If you have data in the initial value sections, that will be synced and will be seen in the export files.