Open
Description
The files content has to be XML formatted
Beside making sure this is true once tests are run (there is separate issue raised for that #548), the test should accept *.xml files, so that anyone can easily validate them - eg. by opening in web browser.
This enhancement can be implemented in two or three stages:
- accept both formats: *.log and *.xml, that would require non-breaking change
- WARN is *.log is used with information that expected is *.xml and *.log will be depreciated
- accept only *.xml