You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Insomnia Version 11.2.0 and exporting my collection in Insomnia v5 format but the runner expects v4 export and I get the following error. Is there a way to export my collection in v4? Or change the github action script?
[fatal] Expected an Insomnia v4 export file; unexpected data found in test.yaml.
steps:
- name: Checkout branch
uses: actions/checkout@v1
with:
ref: origin/feature
- uses: kong/setup-inso@v2
with:
inso-version: 10.3.1
- name: Run test collection
run: inso run collection Collection1 --env test --ci --workingDir "my_folder/test.yaml" --verbose
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Insomnia Version 11.2.0 and exporting my collection in Insomnia v5 format but the runner expects v4 export and I get the following error. Is there a way to export my collection in v4? Or change the github action script?
[fatal] Expected an Insomnia v4 export file; unexpected data found in test.yaml.
steps:
- name: Checkout branch
uses: actions/checkout@v1
with:
ref: origin/feature
- uses: kong/setup-inso@v2
with:
inso-version: 10.3.1
- name: Run test collection
run: inso run collection Collection1 --env test --ci --workingDir "my_folder/test.yaml" --verbose
Beta Was this translation helpful? Give feedback.
All reactions