-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
When trying to generate coverage from yml or json file the coverage is 0, also the coveredApiCount. #14
Comments
@CopilotMe Could you also share below
Thanks! |
@leelaprasadv Sure. Here's it is:
Case 3: Serve the json on localhost
Expected Output:
Actual Output:
Script and output:
|
Hey,
in which we are missing host, basePath, etc. Do you support openapi 3.0.1? Another important question:
Thanks in advance. |
Steps to reproduce:
Case 1 - json working with proper test Get pet by status
Output 1 - No tests:
Output 2 - ok with 1 test executed on /v2/pet/findByStatus
Test used:
Case 2 - yml file
package.json
The text was updated successfully, but these errors were encountered: