Fran González

Results 9 comments of Fran González

Customizable _status hierarchy_ is great. Thank you. What do you think about letting the user to express _status agregation algorithm_ for any group level (ie.: test groups and suites). It...

I guess this can be useful: https://www.w3.org/Protocols/rfc1341/4_Content-Type.html

The involved code is in class `au.com.dius.pact.core.model.HeaderParser`. This serialization code isn´t dealing with quotes ``` private fun hvToString(headerValue: HeaderValue): String { return if (headerValue.params.isEmpty()) { headerValue.value.trim() } else { headerValue.value.trim()...

Hello, When both _surefire_ and _failsafe_ plugins deliver for instance `` configuration, which one is selected by TestNG M2E integraton plugin? Thank you.

I understand plugin document order declaration matters. Thank you for your quick answer.

Not really. It's not the same thing. I guess I'm addressing a different issue. I forked your project and make a PR just to show you what I mean https://github.com/fragonib/database-rider/pull/1/files...

I didn't know about It. Let me have a look...

Any update about this (very simple) fix?

Thank you @gtrabanco I'll have a look at it. How hard do you think the migration is?