kine/NVRAppDevOps

CALTestResults Webservice page

andreasblueher opened this issue ยท 5 comments

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 ๐Ÿคทโ€โ™‚๏ธ

The magic happens here ๐Ÿ˜Š

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

kine commented

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

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 ?

Created a PR for this.

kine commented

Should be fixed now.