-
Notifications
You must be signed in to change notification settings - Fork 144
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
feat: write results in separate files #441
Milestone
Comments
It could be interesting to have a directory per test suite inside |
venom should create different file. test_result_a.xml and test_result_A.xml, same with venom.log file |
Agree with your solution @yesnault 👍 |
yesnault
added a commit
that referenced
this issue
Aug 2, 2022
close #441 Signed-off-by: Yvonnick Esnault <[email protected]>
yesnault
added a commit
that referenced
this issue
Aug 3, 2022
* feat: output a test_result files per testsuite close #441 Signed-off-by: Yvonnick Esnault <[email protected]> * feat: add venom.outputdir var close #492 Signed-off-by: Yvonnick Esnault <[email protected]> * feat: venom.x.log if venom.log exists Signed-off-by: Yvonnick Esnault <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you use Venom on one system to run several test suites one by one,
venom.log
andtest_results.XX
are overwritten by latest test suite.Steps to reproduce
Run test suite one by one:
Actual results
results/test_results.xml
andresults/venom.log
contains results fromA.yml
Expected results
results
directory contains results fora.yml
andA.yml
Workaround
Run test suite at same time using
venom run a.yml A.yml
The text was updated successfully, but these errors were encountered: