Forum Discussion

loobs40's avatar
loobs40
New Contributor
3 years ago
Solved

Importing automation results duplicates creation of test cases

I've noticed when trying out a further  import of cucumber test execution results that,  the import does not recognise that a test cases for that scenario was created with the first import, and so duplicates creation of test case. is this expected ? 

 

I'd like to be able to see one test case with all test executions of that test  attached to it. This is especially important for regression.

 

  • Hey Loobs40 had the same issue, found out that it was caused by test names having "_" char in them, looks like smartbear api have troubles parsing those properly.

2 Replies

  • Axiney's avatar
    Axiney
    New Contributor

    Hey Loobs40 had the same issue, found out that it was caused by test names having "_" char in them, looks like smartbear api have troubles parsing those properly.

    • loobs40's avatar
      loobs40
      New Contributor

      Thanks, that really helped. Although i didnt have '_' in the json there were other special characters including hyphen. When i removed them, duplicates stopped being created