Results 79 comments of codito
trafficstars

Yes, it is sql only.

(just my 2 cents :)) I'd prefer sqllite for following reasons: - Data access patterns in this case are purely local and read heavy (i.e. a python module accesses the...

> Why sqllite?... Initially I thought about a dependency on mongodb or the likes. Installed size comes to `136M` on a linux box :) But `tinydb` or the likes are...

https://github.com/spekt/testlogger?tab=readme-ov-file#contribution-guide

@GMillerVarian @Siphonophora I think we have multiple issues here. (1) below is in scope for this logger. (2) and (3) are test framework specific concerns, we can take those to...

@Siphonophora we're now exposing `DisplayName` in TestResultInfo. It uses TestCaseDisplayName as default, but is available for us to add tokenization support as proposed in above comment.

@GMillerVarian sorry, we don't have an ETA for this. If someone from the community would like to create a PR, I will be happy to support with review, merge and...

Fixed with https://github.com/spekt/testlogger/commit/5c5995c20fbd797e60408b529bc8203fdb8df20d

@Siphonophora we've added test attachments support in core testlogger with https://github.com/spekt/testlogger/commit/0a35c55a4249567213423c82903c1a8590f9807a. Here's the NUnit support for reference: https://github.com/spekt/nunit.testlogger/commit/577f53666262f0e474227053fbb2b63891eb5ccd. We should consider updating version of JUnit logger to 3.1.x with this...

Leaving this link here for examples of adding attachment in junit xml: https://github.com/testmoapp/junitxml#attachments-screenshots-and-artifacts