issues Search Results · repo:matt-ball/newman-action language:JavaScript
Filter by
25 results
(68 ms)25 results
inmatt-ball/newman-action (press backspace or delete to remove)Does this Newman Action not support usage of pm.execution.skipRequest() to be able to prevent a Request and any of the
associated scripts from happening?
I do thank you for your time and work.
humbienri
- Opened on Oct 17, 2024
- #71
I m trying to create a workflow like this:
- uses: actions/checkout@master
- uses: matt-ball/newman-action@master
with:
apiKey: ${{ secrets.postmanApiKey }}
collection: 5922408-c22ef764-b464-424c-8702-750343478723 ...
gasparhe
- 1
- Opened on Aug 21, 2023
- #65
Hey guys, i am using your lib to test my collection in github actions. But i am facing a problem. I need to upload a
file in a endpoint of the collection but I get this error:
BInary file load error: ...
gz1992
- 1
- Opened on May 19, 2023
- #63
Each of echo error return null or empty string. How get error output from apiTestInstance?
api-test-instance:
runs-on: self-hosted
steps:
- uses: rlespinasse/github-slug-action@v4
...
kamil-nawrotkiewicz
- Opened on Mar 24, 2023
- #62
Node.js 12 actions are deprecated, this should be updated to run on 16+
AlexBroadbent
- 2
- Opened on Oct 12, 2022
- #57
In my yml file. I used like this:
- name: Run newman CLI - negative test periods
uses: matt-ball/newman-action@v1.0.4
with:
apiKey: ${{ secrets.POSTMAN_API_KEY }}
collection: *** ...
blairliu509
- 1
- Opened on Aug 25, 2022
- #56
This took us quite awhile to track down. It seems that whatever version of node this action is using might not support
?. object accessor chaining.
For example:
questions[0]?.rules?.required
I tried ...
throttlehead-dev
- Opened on Jul 21, 2022
- #54
When running the following job:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: matt-ball/newman-action@v1.0.4
with:
apiKey: ${{ secrets.POSTMAN_API_KEY ...
capelio
- 5
- Opened on Apr 19, 2022
- #52
Using the following steps in the yaml: steps: - name: Checkout uses: actions/checkout@v2 - name: Run Postman test
scripts with Newman - Test Environment uses: matt-ball/newman-action@master with: apiKey: ...
adamkelm
- 5
- Opened on Feb 25, 2022
- #50
I am trying to run Newman in a GH Action using the same process as an example in the README:
- uses: actions/checkout@master
- uses: matt-ball/newman-action@master
with:
apiKey: ${{ secrets.postmanApiKey ...
dadamsGS
- 2
- Opened on Feb 17, 2022
- #49

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.