andau / abapCI

Continuous Integration for ABAP
MIT License
62 stars 14 forks source link

CI is not working from eclipse #28

Closed Sucheta2 closed 3 years ago

Sucheta2 commented 4 years ago

I am trying the following steps. Please guide me where I am going wrong.

Installed eclipse then ABAP CI plug in. I have a class with unit test class. When I am executing abap unit test it is showing the exception. But I have configured my package for auto trigger of unti test after activation. But it is not working.

Please find the attachment. ABAP CI.docx

andau commented 4 years ago

Hmm, strange. The only thing I could imagine is, that there was no "real change" of the source code. Unit tests are only triggered if there was a real change on the source code (for example only adding a blank in the source code is not detected by the plugin)