javahtmlautomated-testsintegration-testingconcordion

Is there a way to Customize Concordion's "info box"


So when you run a concordion-test it generates a HTML which highlights the results green/red. In this HTML page at the bottom-right corner there is this generated concordion info box, which shows the date, time, and how long the tests run. My question is, can i customize it to show some custom information? (ex: The app's current version, which i'm writing the tests for. Or "foo" or anything i want personally.) Can i customize the position of this box on the HTML?

I'm using java+html combo.This is what the info box looks like.


Solution

  • The Concordion "info box" can be overridden using an extension, such as the Timestamp Formatter Extension.

    Alternatively, a simpler solution may be to leave the "info box" as-is and implement the feature separately. Use Concordion's echo command or embed extension to output arbitrary text or HTML respectively to the Concordion output.