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
{{ message }}
This repository was archived by the owner on May 6, 2025. It is now read-only.
Hello, I followed your Repo and used the Script to get my Abapunit test results in Azure Devops. For ATC it worked as a charm, but for Unit test, it is giving some error,
failure detail
TypeError
Cannot read property 'alert' of undefined
at test-script
inside "RunABAPUnit"
##[error]Cmd.exe exited with code '1'.
Finishing: Run API Tests
I am stuck here, with not much knowledge of JSON. is there any way to solve this issue ?
Hello, I followed your Repo and used the Script to get my Abapunit test results in Azure Devops. For ATC it worked as a charm, but for Unit test, it is giving some error,
failure detail
Cannot read property 'alert' of undefined
at test-script
inside "RunABAPUnit"
##[error]Cmd.exe exited with code '1'.
Finishing: Run API Tests
I am stuck here, with not much knowledge of JSON. is there any way to solve this issue ?