chevron-thin-right chevron-thin-left brand cancel-circle search youtube-icon google-plus-icon linkedin-icon facebook-icon twitter-icon toolbox download check linkedin phone twitter-old google-plus facebook profile-male chat calendar profile-male
Welcome to Typemock Community! Here you can ask and receive answers from other community members. If you liked or disliked an answer or thread: react with an up- or downvote.
0 votes
Hi there.

Would it be possible for TypeMock to provide some plugins that we can use with Atlassian's Bamboo Continuous Integration server (version 5.3 as at this date)? For example a TypeMock test unit runner and test results parser? Plugins are written in Java.

Johan
Cape Town
asked by jovton (1.1k points)

1 Answer

0 votes
Hi,

Thank you for the request.

For runner you can use TmockRunner which is a command-line tool.
You can find it in Typemock installation folder.


Typemock is a mocking framework, results are created by the unit testing frameworks (mstest unit) and each of them has a different format so parsing test results is not something that we do.
I don't know which testing framework you use, but AFAIK MSTest Parser and NUnit parser are already integrated in bamboo.

Let me know if it helps.
answered by alex (17k points)
...