-
-
Notifications
You must be signed in to change notification settings - Fork 418
Meta Data section in the scenario JSON #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@authorjapps - metdata tag is associated with steps or should it be associated with scenario? I think if we associate metadata with scenario then it will have more significance and useful too in reporting. |
@aghorpade , Yes, you are exactly right(scenario) 👍 . Updated the description. That was a typo. |
@authorjapps - Do you still require help with this issue? It's my first time contributing so I'll take your judgement about whether you feel I should tackle another issue first. |
Hello @jneate , thanks for your interest in contributing. In the mean time(if you get chance)
Hope this will give a good start for the first issue ! |
@authorjapps Hello! Do you still need help fixing this issue? If so, I'd love to give it a shot. Thanks! |
Hello @tanvimehta , we will refine the ACs slightly and update you soon. Thanks for your interest ✌️ |
@authorjapps Hello team! Do you still need help with this issue? I am starting my open contribution journey, can jump in for other issues as well! Thank you in advance :) |
@authorjapps Hello Team, I am new to open source contribution, I would like to explore this project. Can you help me set up this project in my local. Please share if there is any documentation. I checked the readme.md file but was not able to figure it out. Thank you in advance :) |
@chaitanya1607, Thanks for your interest. Can you please use this page below to build and setup the project? |
Can I contribute to this? I'm new here and looking for something I can do. |
Hi @authorjapps I've thoroughly reviewed the Zerocode source code and have gained a good understanding of its functionality. I am eager to contribute to this issue and believe I have a conceptual approach to solve it. However, I have a few questions to clarify: Where does the metadata come from? Will it be present in the scenario JSON files, for example, in http-testing/src/test/resources/helloworld/hello_world_status_ok_assertions.json? Thank you! |
@authorjapps I've figure out the folowing steps to implement this feature:
Can i get this issue assigned? |
… in the scenario JSON (unit test java file and assertion json file added)
@prayascoriolis , apologies for the delay in responding.
Appreciate your effort! |
Thank you for your patience and for the opportunity to work on this feature. I've implemented the meta data section in the scenario JSON and updated the report generation process. Though it's still ambigous on how to get html reports (I can only get json reports from target dir), I've created a sample report to demonstrate how it will look for end users.
|
If you're talking about zerocode-junit-interactive-fuzzy-search.html, this is the response i'm getting: |
@authorjapps, I've also attached the final csv ouput, sorry for sharing it late as there was a bug in including meta data in csv reports. You can see the new added column name including: metaAuthors, metaTickets, metaCategories and metaOthers, with their corressponding values filled in the row. |
… in the scenario JSON (unit test java file and assertion json file added)
Hi @authorjapps , Have you had a chance to review the sample reports above? It would be great to revisit this issue whenever it's convenient for you. Thanks for your time! |
Sorry @prayascoriolis , couldn't get chance to look at it earlier. 🔴 Can you attach a screenshot of the report how it looks when the scenario fails? That's because, failed ones are important to look at, the "meta" section should help in that aspect, then it would be useful. |
Also, @prayascoriolis , can you attach the PR(draft version if you've any) to this ticket? |
Sure, @nirmalchandra @authorjapps, i've attached a zip file for reports where the scenario fails: The required PR for this issue is here: #674 |
[Issue #207] Implementing Feature : Meta Data section (Scenario JSON)
Uh oh!
There was an error while loading. Please reload this page.
Objective
The section could look like below-
The text was updated successfully, but these errors were encountered: