Forum Discussion

sindhusetty's avatar
sindhusetty
New Contributor
3 years ago
Solved

Uploading cucumber results to Zephyr issues

I have iOS automation developed with pytest-bdd , I have created BDD scenarios on Zephyr, downloaded the feature files, and executed them on my machine and the results are exported in JSON format. I ...
  • sanjeevpande's avatar
    sanjeevpande
    3 years ago

    Hi sindhusetty 

     

    In Zephyr Squad, the Scenario name is the Test name.

     

    The JSON file that you have shared doesn't appear to be in the format we support today.

    Our parsers support standard cucumber json output file. Please refer to the attached sample json.

    You need to convert the output file to the supported format.


    In the output file, we expect the “name” attribute to not contain any special characters due to the issue mentioned above. Providing a space is fine.

  • sindhusetty's avatar
    sindhusetty
    3 years ago

    Thank you! that sample result helped. I tried and got the execution status to PASS.