Kiran K
Kiran K

Reputation: 768

Is there a way to get Concordion test results output into pdf format?

By default the concordion framework records test results into html format. Is there any extension or way to get it create a pdf instead? Any pointers?

Upvotes: 1

Views: 81

Answers (1)

Nigel Charman
Nigel Charman

Reputation: 753

Not that I know of currently. You could try using a library like openhtmltopdf to convert the output html to pdf. If you do this, please let us know, we may be able to add it in as an optional extension.

Upvotes: 1

Related Questions