reportportal / agent-java-junit

Report Portal agent for JUnit 4
Apache License 2.0
11 stars 17 forks source link

Upgrade to latest JUnit-Foundation #69

Closed sbabcoc closed 4 years ago

sbabcoc commented 4 years ago

Fixes #59

sbabcoc commented 4 years ago

It seems that there are fundamental issues with the v5 agent. Do we have a design document that specifies the intended association between JUnit Foundation notifications and ReportPortal messages? I'd like to help get this v5 agent across the finish line, but I need to know what I'm shooting for.

I just published a new 12.0.0 release of JUnit Foundation, which records the ReflectiveCallable object in the AtomIdentity test watcher associated with parameterized tests. This provides direct access to the parameters that were specified to test methods invoked by the JUnitParams runner.

Let me know if you run into any scenarios where you need more context information to correctly (or easily) translate from JUnit execution to ReportPortal messages.

DzmitryHumianiuk commented 4 years ago

@HardNorth will have detailed look in a while