We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The API tests logs are currently written on a pytest.log file in the log directory.
API
pytest.log
log
Modify the framework to write test logs to <test_name>.log in the log directory.
<test_name>.log
The text was updated successfully, but these errors were encountered:
Note
I have made modifications to the framework to create log files with the same name as the test module. PR - #391
Sorry, something went wrong.
PR - #391 reviewed and changes merged.
shivahari
No branches or pull requests
The
API
tests logs are currently written on apytest.log
file in thelog
directory.Modify the framework to write test logs to
<test_name>.log
in thelog
directory.The text was updated successfully, but these errors were encountered: