What is a meaning of "testFramework" Build Worker API parameter?

saper's Avatar

saper

02 Apr, 2018 11:49 PM

I would like to add my own test results driver tat is interpreting custom test output and pushing into to AppVeyor.

AddTest API description says I have to supply testFramework parameter. What does is this parameter is exactly doing? What should I supply if I am using neither NUnit, xUnit nor MSTest?

  1. 1 Posted by Ilya Finkelshte... on 03 Apr, 2018 01:15 AM

    Ilya Finkelshteyn's Avatar

    Frameworks are mstest, xunit, nunit, nunit3 and junit. However if you add them one-by-one with this command you can "cheat" by specifying framework you do not actually use. What I would recommend more is trying uploading XML test results if your test framework can generate results in one of those formats.

  2. 2 Posted by saper on 03 Apr, 2018 01:29 AM

    saper's Avatar

    Yes, I intend to add tests and their results one by one.
    What is this parameter really doing in this case?

  3. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:27 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac