
Generic log parser that can treat each log line as a test case
Generic log parser that can treat each log line as a test case
Generic log parser that can treat each log line as a test case
More details
Simple file parsing and test case handling for generic test result formats.
Just select the files, create a regular expression matching lines that should be treated as failed test cases and lines that should be treated as passed test cases.
Reviews for cloud
(4)Sign in to write a review

Reviews for server
(4)Sign in to write a review

Try this build:
ScriptTask:
echo 'ok 1st line
not ok on second line
not okish on third line' > output.txt
And now we parse:
Line Mask (REGEX defining lines of log processed) (required) .*[a-z]+.*
Error Mask (REGEX defining a line as a failed test case) (required) ^[a-z]+ ok.*
Non Error Mask (REGEX defining errors that can be ignored) (required) .*okish.*
Filename pattern (required) *.*
Split line in tokens using this character (eg. "," in a CSV file) (required) ,
Which token should be used in the Test Name (eg. 3 ) (required) 2


Hi Joshua,
I will check it and try to set category to the test parsers.
Julius


Reviews for Data Center
(4)Sign in to write a review

Cloud Pricing
Server Pricing
Data Center Pricing
Basic support resources are available for this app.
Vendor support resources
Find out how this app works.
Community discussions connect you to the vendor and other customers who use this app.
Atlassian-hosted discussions connect you to other customers who use this app.
Versions
Version 2.1 • Bamboo Server 7.0.1 - 7.2.1 • Released 2020-03-21
Summary
Recompile for Bamboo 7.0+
Installation
- Log into your Bamboo instance as an admin.
- Click the admin dropdown and choose Add-ons. The Manage add-ons screen loads.
- Click Find new apps or Find new add-ons from the left-hand side of the page.
- Locate Generic Test Results Parser for Bamboo via search. Results include app versions compatible with your Bamboo instance.
- Click Install to download and install your app.
- You're all set! Click Close in the Installed and ready to go dialog.
To find older Generic Test Results Parser for Bamboo versions compatible with your instance, you can look through our version history page.