reportportal / agent-net-nunit

Report Portal integration point with NUnit 3
Apache License 2.0
21 stars 10 forks source link

Inconsistency of the parametrized tests for RP5.4 #74

Closed nvborisenko closed 3 years ago

nvborisenko commented 3 years ago

New version of RP changed logic to determine uniqueness of test. This logic considers codeRef metainfo withing all parameters. Agent doesn't report test parameters, thus the tests' history is mixed.

To resolve this issue agent should report TestCaseID for test items, which will be based on test full name (namespace + name + parameters).