-
Notifications
You must be signed in to change notification settings - Fork 243
Difficulties to remove Links
column in the report
#890
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
Comments
It looks like the document has changed and it is missing that part as you mentioned. To remove the "Links" column (assuming it is the last column in the table), you can do so as follows:
|
Thank you for your answer! |
If console outputs are not important, a basic approach might be to simply change the nodeid as shown below:
However, this would display both the original and given names in the console. That's why I would do it as shown below 1- First create a marker sth like "friendly_name" in pytest.ini
2- Delete the existed "Test" column and create your own
This way, If you add a friendly_name marker to your tests as below, it will be shown as the test name; otherwise, the default test name will be used
|
Thank you for your answer. I will try it as soon as I can in my project and will return to you. |
Hello!
I tried to remove the
Links
column from the report but in vain. Apparently this part of code should do the trick, but as expected it did not work (I do not see a part where the column is removed in this snippet)The text was updated successfully, but these errors were encountered: