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
Goals
Collect code coverage data during the execution of external automation scripts.(Postman, Restassured and UI)
Ensure proper instrumentation of the source code during runtime using NYC.
Exclude non-essential files like test scripts (*.spec.ts) and other irrelevant files from coverage reports.
Generate human-readable and CI-friendly coverage reports in formats like html, text-summary, and lcov.
The text was updated successfully, but these errors were encountered:
Nikhilk-10
changed the title
Can we collect code coverage data during the execution of external automation scripts?
How can we collect code coverage data during the execution of external automation scripts?
Dec 6, 2024
Goals
Collect code coverage data during the execution of external automation scripts.(Postman, Restassured and UI)
Ensure proper instrumentation of the source code during runtime using NYC.
Exclude non-essential files like test scripts (*.spec.ts) and other irrelevant files from coverage reports.
Generate human-readable and CI-friendly coverage reports in formats like html, text-summary, and lcov.
The text was updated successfully, but these errors were encountered: