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
Added new regex pattern to parse hurl error messages. The new format is:
error: Error message
--> api/contracts/10_contracts.hurl:3:6
Also added test files for hurl error parsing:
- hurl.log: Sample hurl error log
- hurl.txt: Error messages in GitHub Actions format
- hurl.xml: Error messages in Checkstyle format
<checkstyleversion="6.5"><filename="api/status/10_status.hurl"><errorseverity="error"line="3"column="6"message="Assert status code" /></file><filename="api/emailtemplates/10_emailtemplates.hurl"><errorseverity="error"line="3"column="6"message="Assert status code" /></file></checkstyle>
0 commit comments