Replies: 1 comment
-
I will look at this once v4.0.0 is out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Until version 2.1.1, report variable contained the attribute 'input_data'. After version 3.0.0 it was removed:
'report' attributes in pytest-html version 2.1.1:
['class', 'delattr', 'dict', 'dir', 'doc', 'eq', 'format', 'ge', 'getattribute', 'gt', 'hash', 'init', 'init_subclass', 'le', 'lt', 'module', 'ne', 'new', 're
duce', 'reduce_ex', 'repr', 'setattr', 'sizeof', 'str', 'subclasshook', 'test', 'weakref', '_from_json', '_get_verbose_word', '_to_json', 'caplog', 'capstderr', 'capstdout', 'count_towards_summary',
'duration', 'extra', 'failed', 'from_item_and_call', 'fspath', 'get_sections', 'head_line', 'input_data', 'keywords', 'location', 'longrepr', 'longreprtext', 'nodeid', 'outcome', 'passed', 'sections', 'skipped', 'stage_metadata', '
tc_headless', 'toterminal', 'user_properties', 'when']
'report' attributes in pytest-html version 3.0.0:
['annotations', 'class', 'delattr', 'dict', 'dir', 'doc', 'eq', 'format', 'ge', 'getattribute', 'gt', 'hash', 'init', 'init_subclass', 'le', 'lt', 'module', 'ne
', 'new', 'reduce', 'reduce_ex', 'repr', 'setattr', 'sizeof', 'str', 'subclasshook', 'test', 'weakref', '_from_json', '_get_verbose_word', '_to_json', 'caplog', 'capstderr', 'capstdout', 'coun
t_towards_summary', 'duration', 'extra', 'failed', 'from_item_and_call', 'fspath', 'get_sections', 'head_line', 'keywords', 'location', 'longrepr', 'longreprtext', 'nodeid', 'outcome', 'passed', 'sections', 'skipped', 'tc_headless',
'toterminal', 'user_properties', 'when']
Now it is not possible to get the values stored in 'input_data'? How can I get them?
Thanks for the help, best regards,
sirlois
Beta Was this translation helpful? Give feedback.
All reactions