Is your feature request related to a problem? Please describe.
Currently, add_artifact() in pytestomatio only attaches artifacts to individual tests. There is no way to attach artifacts to a run itself (e.g. a full session log that is not related to any specific test).
Describe the solution you'd like
A possibility to attach artifacts directly to a run via pytestomatio package.
Additional context
The backend already supports run-level artifacts via API. Related issue: testomatio/app#1501
Is your feature request related to a problem? Please describe.
Currently,
add_artifact()in pytestomatio only attaches artifacts to individual tests. There is no way to attach artifacts to a run itself (e.g. a full session log that is not related to any specific test).Describe the solution you'd like
A possibility to attach artifacts directly to a run via pytestomatio package.
Additional context
The backend already supports run-level artifacts via API. Related issue: testomatio/app#1501