kine / NVRAppDevOps

Navertica DevOps scripts for managing Microsoft Dynamics 365 Business Central Apps
31 stars 29 forks source link

CALTestResults Webservice page #10

Closed andreasblueher closed 5 years ago

andreasblueher commented 5 years ago

Hey Kamil,

after running a build using your template the CALTestResults Page 130405 is available as a web service, because it has been added to the Web Services Page. I've created a bc container manually with "importtesttoolkit" and the page is not available as a web service page, it exists though.

Is there some magic happening to add the page to Web Services and can you point to me it? Else your Read-ALTestResult could not work, but it does 🤷‍♂️

MJECloud commented 5 years ago

The magic happens here 😊

@kine i would suggest to implement this in Init-ALEnviroment.

kine commented 5 years ago

As @MJECloud mentioned, it is created by the Test App when installed. I am considering to create the webservice as suggested in Init-ALEnvironment.

andreasblueher commented 5 years ago

Thank you @MJECloud & @kine

I think it would be really nice to have that in Init-ALEnvironment, because else each test app needs to add that data. Also I would appriciate if you could also add the CodeCoverageResults Page, because I want to look into adding those results to Azure DevOps as well.

What do you think about that @kine ?

MJECloud commented 5 years ago

Created a PR for this.

kine commented 5 years ago

Should be fixed now.