Georgii Ivankin
Georgii Ivankin
What you have done @sebastianjung is impressive indeed. Lack of baked-in ability to e2e test multi-browser apps (think chat, co-browse etc.) is what keeps us on Selenium in the first...
I can't find any mention of a `testuite` in XUnit Specs now (v1: http://xunit.codeplex.com/wikipage?title=XmlFormat&referringTitle=Home, v2: https://xunit.github.io/docs/format-xml-v2.html). All I can say is that making this change manually fixes Jenkins reporter for...
Just in case, if anybody is interested, here's what I use for Grunt: ``` grunt.registerTask('fixXunitXml', function () { var fs = require('fs'), path = 'report/xunit.xml', xml = fs.readFileSync(path, 'utf8'); xml...
the same error. any tips?
That would be a life-saver for developers implementing co-browse solutions. An event or a MutationObserver-like capability would be great.