Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

postmanlabs/execute-postman-monitor

Repository files navigation

execute-postman-monitor

This code is part of a blog post and is not actively maintained by Postman.

Runs an existing Postman monitor by its ID.

You will need to add the following values to your repository:

  • The MONITOR_ID environment variable that contains the monitor's ID.
  • The POSTMAN_API_KEY secret that contains your valid Postman API key. The API key requires admin permissions.

Usage

The following is an example of a pull request trigger:

name: Execute Postman Monitor
on:
 pull_request:
jobs:
 execute-postman-monitor:
 runs-on: ubuntu-latest
 steps:
 - name: Execute Postman Monitor
 id: executeMonitor
 uses: davidespihernandez/execute-postman-monitor@v1
 with:
 postman-api-key: ${{ secrets.POSTMAN_API_KEY }}
 monitor-id: ${{ vars.MONITOR_ID }}

The GitHub action will set a status output variable that contains the monitor run's results. The results will return either a success or failed status.

The monitor run is synchronous. It can take several seconds, depending on the executed collection.

License

MIT

About

GitHub action that executes a Postman Monitor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /