I want to provide a diff report for a non regression test. Regression test is to compare HTML files and generate report about which files are same and which are not same.
I found one tool called "CS-HTMLDiff", in which I can compare Text or HTML files and generate report in html or in XML file. I was not able to use this tool since i want to perform this tests on ant build but this tool doesn't support command line functionality. (I didn't find any other way to run this tool from code or ant build as it doesn't support command line functionality)
Is there any other tool or java library which can compare html files and generate report? (It is better if its opensource)
I have already read some stackoverflow information but I didn't found any solution for my problem. A customizable diff tool that can produce report (in XML, HTML)
Thanks for your help