Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Enable XML report import with <properties> data #1209

Open
chura90 opened this issue Feb 3, 2025 · 0 comments
Open

Enable XML report import with <properties> data #1209

chura90 opened this issue Feb 3, 2025 · 0 comments
Assignees
Labels
enhancement new feature request, improvement, enhancement importer import, check-tests, check-cucumber, sync priority medium reporting reports, public, private, sharing test run, test report, results, test data
Milestone

Comments

@chura90
Copy link

chura90 commented Feb 3, 2025

All our xml reports contain <properties> logs with useful data as Requirement per test case.
It would be great to allow save these requirements to the test case during report importing
We can use the Testomat markdown format feature during report importing

Describe the solution you'd like
We can prepare the <properties> before the importing

XML report structure example:

`


    <!-- Optional support for properties with text values -->
    <property name="Cancel transactions flow">
     ### Requirements
     User is able to cancel transaction with CREATED status

      ### Steps
      1. log in with user role
      2. make ACH transaction
      3. cancel transaction on the Full Transaction screen

      Expected result: User can cancel transactions with status CREATED only. User is redirected to the Home screen.
    </property>
</properties>

<!-- Optional output or error/failure/skipped -->

`

Image

UI view:

Image
@chura90 chura90 added the enhancement new feature request, improvement, enhancement label Feb 3, 2025
@chura90 chura90 changed the title Enable XML report import with system-out data Enable XML report import with <properties> data Feb 3, 2025
@TetianaKhomenko TetianaKhomenko added reporting reports, public, private, sharing test run, test report, results, test data priority medium importer import, check-tests, check-cucumber, sync labels Feb 3, 2025
@TetianaKhomenko TetianaKhomenko added this to the 0.5.40 milestone Feb 3, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement new feature request, improvement, enhancement importer import, check-tests, check-cucumber, sync priority medium reporting reports, public, private, sharing test run, test report, results, test data
Projects
None yet
Development

No branches or pull requests

3 participants