ITADN

Is it possible not to convert mark.parametrize to a tag in robot log

#358Closedaazheglov 创建于 2025-09-18
A
aazheglovcommented
Hi! I want to get robot-framework reports from pytest tests, so I'm trying to use pytest-robotframework. Everything is great except that the mark.parametrize is converted to a tag in the robot log. ``` @pytest.mark.parametrize('request_to_send', requests_preparation()) def test_send_request_parallel(request_to_send, start_session): ``` requests_preparation() returns list of 56 dicts, so tags takes up too much space in the robot log: <img width="1800" height="718" alt="Image" src="https://github.com/user-attachments/assets/2e1167e1-8639-4869-a085-01d195c300c9" /> Is it possible not to convert mark.parametrize to a tag in robot log? Or maybe I'm doing something wrong? pytest==8.3.5 pytest_robotframework==4.2.6 robotframework==7.2.2 Python 3.8.6 PS. Sorry if my English isn't very good - I haven't had any practice for a long time...
关闭于 2025-11-08 2 条评论