Daniel Kraus
Daniel Kraus
I think I'm facing an issue that might be related to #56. With v4.2.1, `TapProducer#dump(TestSet)` resulted in something like: ``` 1..2 ok 1 Some test case 0 1..3 ok 1...
Consider the following change: Adapted HTML (removes `id` attribute completely): https://github.com/retest/recheck-web/pull/297/files#diff-b980e03c12cee358e1072d97aedd8dedR165 Our GM after apply via review: https://github.com/retest/recheck-web/pull/297/files#diff-b980e03c12cee358e1072d97aedd8dedR165 As can be seen, the XML element for the `id` attribute is...
Each time `RecheckImpl#cap()` is being invoked, we trigger `CloudPersistence#save(...)` and upload the aggregated `tests.report` to rehub. Suppose there are 10 tests classes, each consisting of 3 test methods. If `cap()`...
We currently have implementation-specific filters (e.g. for recheck-web) in recheck (under `src/main/resources/filter/`), which is not optimal. Implementations should provide their own filters, so that recheck isn't bloated with filter files...
When we try to assign a step name to a GM or vice versa, three situations can occur: 1. We cannot find a GM for the given step name, so...
Quite often, there are more unique differences than "normal" differences. These normal differences are counted via `ActionReplayResult#getElementDifferences()`, whereas the unique differences are counted via `ActionReplayResult#getUniqueDifferences()`. As can been seen, `getElementDifferences()`...
Taken from `AttributesDifferenceFinder`: ```java private AttributeDifference differenceFor( final IdentifyingAttributes identAttributes, final Serializable expected, final Serializable actual, final String key ) { if ( expected == null ) { return null;...
I'd like to make a feature request in order disable `\bfseries` at all. Or is there already a way to achieve this? Thanks in advance.
[`gluonhq/setup-graalvm`](https://github.com/gluonhq/setup-graalvm) doesn't provide an issue tracker, so I hope this is the right place. At the moment, the Action causes the following warning because it is using node12 instead of...
[`gluonhq/setup-graalvm`](https://github.com/gluonhq/setup-graalvm) doesn't provide an issue tracker, so I hope this is the right place. The latest actual release of `gluonhq/setup-graalvm` is [4.0](https://github.com/gluonhq/setup-graalvm/releases/tag/4.0) from March 16, 2021. The examples here use...