Reporting bamboo test failures directly
up vote
0
down vote
favorite
I'm developing a plugin for bamboo to run some custom testing. The result is a bunch of objects and I want to iterate through them, reporting the state of each one as passed or failed.
As far as I can see from the API, there is no way to directly insert a test pass or fail into a TaskResultBuilder object; I have to create a TestReportCollector implementation that can return a TestCollectionResult object with the results of the test collection. This, apparently, has to parse the results from a File. As far as I can see, there is no way to add a TestCollectionResult directly to a TaskResultBuilder.
Do I really have to dump all my objects out to a file so they can be parsed in again by the TestReportCollector?
plugins bamboo
add a comment |
up vote
0
down vote
favorite
I'm developing a plugin for bamboo to run some custom testing. The result is a bunch of objects and I want to iterate through them, reporting the state of each one as passed or failed.
As far as I can see from the API, there is no way to directly insert a test pass or fail into a TaskResultBuilder object; I have to create a TestReportCollector implementation that can return a TestCollectionResult object with the results of the test collection. This, apparently, has to parse the results from a File. As far as I can see, there is no way to add a TestCollectionResult directly to a TaskResultBuilder.
Do I really have to dump all my objects out to a file so they can be parsed in again by the TestReportCollector?
plugins bamboo
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm developing a plugin for bamboo to run some custom testing. The result is a bunch of objects and I want to iterate through them, reporting the state of each one as passed or failed.
As far as I can see from the API, there is no way to directly insert a test pass or fail into a TaskResultBuilder object; I have to create a TestReportCollector implementation that can return a TestCollectionResult object with the results of the test collection. This, apparently, has to parse the results from a File. As far as I can see, there is no way to add a TestCollectionResult directly to a TaskResultBuilder.
Do I really have to dump all my objects out to a file so they can be parsed in again by the TestReportCollector?
plugins bamboo
I'm developing a plugin for bamboo to run some custom testing. The result is a bunch of objects and I want to iterate through them, reporting the state of each one as passed or failed.
As far as I can see from the API, there is no way to directly insert a test pass or fail into a TaskResultBuilder object; I have to create a TestReportCollector implementation that can return a TestCollectionResult object with the results of the test collection. This, apparently, has to parse the results from a File. As far as I can see, there is no way to add a TestCollectionResult directly to a TaskResultBuilder.
Do I really have to dump all my objects out to a file so they can be parsed in again by the TestReportCollector?
plugins bamboo
plugins bamboo
asked Nov 8 at 10:13
Tom
3,72712331
3,72712331
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53205559%2freporting-bamboo-test-failures-directly%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password