Skip to content
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

Reporting #176

Open
mgmechanics opened this issue Aug 31, 2018 · 0 comments
Open

Reporting #176

mgmechanics opened this issue Aug 31, 2018 · 0 comments

Comments

@mgmechanics
Copy link
Contributor

mgmechanics commented Aug 31, 2018

When Mozilla Zest Runner is used a standalone tool to execute Zest scripts, it lacks a useful reporting. For each zest script it could leave a text file *) where each request and response are listed.

# <Number of the request starting with 1>
## Request
<URL>
<Header>
<Body>

## Response
<Status code>
<Header>
<Body>

## Assertions
[PASS | FAIL] <Test object, expected result, actual result>

Here Markdown is used. It is plain text and can be processed with usual tools (like grep) but is also human-readable. It can be converted in HTML (with limitations).

For machine-readable formats there is JUnit XML (https://www.ibm.com/support/knowledgecenter/en/SSQ2R2_14.1.0/com.ibm.rsar.analysis.codereview.cobol.doc/topics/cac_useresults_junit.html)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants