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
Is your feature request related to a problem? Please describe.
Currently, the lint command does not detect any errors in the script for the scripting engine used in the HTTP Extractor and Script Processor.
... recipe error: <show error here>
Some checks were not successful
1 failing, 0 successful, and 1 total
Actual Result:
All checks were successful
0 failing, 1 successful, and 1 total
Describe the solution you'd like
I propose enhancing the lint command to effectively identify and display errors in the script. By implementing this improvement, developers can quickly locate and fix issues, saving time and effort. we can validate recipes more robustly and integrate it into our CI Pipeline to catch any issues before merging.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the lint command does not detect any errors in the script for the scripting engine used in the HTTP Extractor and Script Processor.
How to reproduce:
Example recipe:
Expected Result:
Actual Result:
Describe the solution you'd like
I propose enhancing the lint command to effectively identify and display errors in the script. By implementing this improvement, developers can quickly locate and fix issues, saving time and effort. we can validate recipes more robustly and integrate it into our CI Pipeline to catch any issues before merging.
The text was updated successfully, but these errors were encountered: