We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by jpjpjp December 1, 2024 I get this when I run with the remote crm.openapi.yml file:
npx @apideck/portman -u https://github.com/apideck-libraries/portman/blob/main/examples/testsuite-contract-tests/crm.openapi.yml ========================================================================================================================================================================= Remote Url: https://github.com/apideck-libraries/portman/blob/main/examples/testsuite-contract-tests/crm.openapi.yml Portman Config: portman-config.default.json Postman Config: postman-config.default.json Environment: .env Inject Tests: true Run Newman: false Newman Iteration Data: false Upload to Postman: false ========================================================================================================================================================================= Error writing file "./tmp/crm.openapi.yml": JS-YAML: unacceptable kind of an object to dump [object Error] OAS URL error - There is a problem with the url: "https://github.com/apideck-libraries/portman/blob/main/examples/testsuite-contract-tests/crm.openapi.yml" YAMLException { name: 'YAMLException', reason: 'unacceptable kind of an object to dump [object Error]', mark: null, message: 'JS-YAML: unacceptable kind of an object to dump [object Error]', warning: false }
If I download it locally:
npx @apideck/portman -l /tmp/crm.yml ========================================================================================================================================================================= Local Path: /tmp/crm.yml Portman Config: portman-config.default.json Postman Config: postman-config.default.json Environment: .env Inject Tests: true Run Newman: false Newman Iteration Data: false Upload to Postman: false ========================================================================================================================================================================= ✔ Conversion successful ========================================================================================================================================================================= 🚀 Collection written to: ./tmp/converted/crmApiContractTests.json 🚀 ========================================================================================================================================================================= ```</div>
The text was updated successfully, but these errors were encountered:
thim81
No branches or pull requests
Discussed in #677
Originally posted by jpjpjp December 1, 2024
I get this when I run with the remote crm.openapi.yml file:
If I download it locally:
The text was updated successfully, but these errors were encountered: