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

Store and report results for test trace #65

Closed
andrey-kuprianov opened this issue Jul 28, 2022 · 0 comments · Fixed by #84
Closed

Store and report results for test trace #65

andrey-kuprianov opened this issue Jul 28, 2022 · 0 comments · Fixed by #84
Assignees

Comments

@andrey-kuprianov
Copy link
Contributor

This is the follow-up issue for #27 (and PR #61), which implement the basic functionality of producing and executing Pytest tests from traces.

The task of this issue is, during the execution or upon finishing of testing the current trace, to retrieve and store in reports folder, under the name that corresponds to the test being executed:

  • full transaction data for each submitted transaction
  • results of executing the transaction
  • node logs
  • full Pytest output

The user might be given an option to either store the above results for all, or only for failed tests. This is a nice-to-have, and not required.

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

Successfully merging a pull request may close this issue.

2 participants