Table of Contents |
---|
Postman collections and Scripted Check scripts are not uploaded to the ASM platform. Instead, they are managed through a repository which is created by the end user. This repository is set up from within the “Manage > Repository Profiles” page:
...
3. Add Repository Profile in ASM
From within Profiles”the “Manage
Github
...
the “Manage Profiles” page, add the repository URL, your Username, and your Personal Access Token:
...
As the screenshot indicates above, the Repository URL consists of a string formatted in the following structure:
https://github.com/{username}/{repositoryName
}
If the repository contains a subfolder, such as /postmanChecks, you will reference that when you create a Scripted or Postman check later. Just enter the base repository URL here.
Paste the Personal Access Token you created above in the “Github Personal Access Token” field.
Adding Other Repository Types
HTTPIt is possible to store files on an HTTP server and retrieve them with HTTP Basic authentication. Enter the base path to the repository within the repository profile; you will add a more specific file path when you create a Postman or Scripted check. | |||
BitbucketFor Bitbucket Cloud/DC/Server Users enter the Bitbucket:
| |||
Azure DevOpsFor Azure DevOps Users enter the Azure DevOps:
|
|
...