mcdcorp / opentest

Open source test automation tool for web applications, mobile apps and APIs
https://getopentest.org
MIT License
447 stars 107 forks source link

JUnit XML Results indicate incorrect time for data driven tests #548

Closed SaintDuriel closed 2 years ago

SaintDuriel commented 2 years ago

Session Results via Web API in JUnit format have incorrect timing for data driven tests.

OpenTest version number: 1.2.4

Steps to reproduce:

  1. Execute a Data Driven test
  2. Export Session results in JUnit format
  3. Observe the 'time' attribute for data driven tests

Expected: Each test node should have the timing related to that specific test instance Actual: Each test node has the exact same timing

See screenshots from Opentest server, and JUnit XML export

Relevant log information:

(paste log contents here)

Screen Shot 2022-03-09 at 8 23 31 AM Screen Shot 2022-03-09 at 8 22 44 AM

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.