webdriverio-boneyard / wdio-junit-reporter

A WebdriverIO v4 plugin. Report results in junit xml format.
http://v4.webdriver.io
MIT License
11 stars 42 forks source link

Added suiteNameFormat option for output xml #17

Closed pagemedias closed 7 years ago

pagemedias commented 8 years ago

Gives the ability to provide custom regex for formatting test suite name (e.g. ) in output xml.

I had a requirement where I was reading outputted junit xml from other script and was relying on value of to include double underscores ('') (e.g. <testsuite name="when a user does something __foo">)

christian-bromann commented 7 years ago

Thanks for the PR. I adapted your changes due to conflicts manually.