Skip to content

Repo containing a workflow which runs the Postman collections via Newman, a Postman cli runner.

Notifications You must be signed in to change notification settings

shyambh/RunPostmanTests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workflow to run the Postman tests via an Alexa Skill

  • The Postman API Tests workflow is structured to be triggerd when a user instructs Alexa to run these tests via a voice command. Currently the skill is still under development however, the voice command triggers the workflow run and the user receives the build details including the Postman report in the configured Slack channel.

  • The exported collection file and environment variables file which are needed to run the Postman tests are under the tests folder and are in json format. The reportingTheme folder has the custom hbs reporting template used to style the output test report. The report is produced at the end of the worflow run as an artifact.
    The tests are run via the CLI runner for Postman, called Newman.

  • For sending out the notifications to the Slack channel after the run action-slack-notify is used and added as a step in the workflow job.

About

Repo containing a workflow which runs the Postman collections via Newman, a Postman cli runner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published