- Issue #379: Fix TypeError when using pytest.skip() in fixtures, by @HardNorth
- Issue #375: Fix max Item name length, by @HardNorth
- Issue #332: Support for fixture reporting, by @HardNorth
- Issue #368: Distutils in the agent, by @HardNorth
- Pytest Tavern plugin support, by @virdok
- Python 12 support, by @HardNorth
- Issue #362: Debug mode passing, by @HardNorth
- Pytest version >= 8 support, by @HardNorth
Package
andDir
item types processing on test collection. This is done to preserve backward compatibility and improve name consistency, by @HardNorth
rp_issue_system_url
renamed torp_bts_issue_url
to be consistent with other agents, by @HardNorth
- Set upper pytest version limit to not include
8.0.0
, by @HardNorth
- Client version updated on 5.5.4, by @HardNorth
rp_launch_id
property handling moved completely on Client side, by @HardNorth
rp_client_type
configuration variable, by @HardNorthrp_connect_timeout
andrp_read_timeout
configuration variables, by @HardNorth
- Client version updated on 5.5.2, by @HardNorth
- Client version updated on 5.4.1, by @HardNorth
- Log line reference for Python 3.11, by @HardNorth
- Client version updated on 5.4.0, by @HardNorth
rp_launch_uuid_print
andrp_launch_uuid_print_output
configuration parameters, by @HardNorth
- Python 2.7, 3.6 support, by @HardNorth
rp_api_retries
configuration parameter, by @HardNorth
- Client version updated on 5.3.5, by @HardNorth
rp_uuid
configuration parameter was renamed torp_api_key
to maintain common convention, by @HardNorth
rp_thread_logging = False
config parameter handling, by @HardNorth- Recursive thread init issue in case of
rp_thread_logging = True
, by @HardNorth
- Client version updated on 5.3.2, by @HardNorth
- Plugin Exception in case of Launch creation timed out, by @HardNorth
- Client version updated on 5.3.1, by @HardNorth
- Client version updated on 5.3.0, by @HardNorth
- Support of runtime issue adding, by @HardNorth
- Feature #325 Support of runtime attribute adding, by @yakovbabich, @HardNorth
rp_launch_timeout
parameter to limit test execution in case of process hanging, by @HardNorth
- Support for thread logs and
rp_thread_logging
flag, by @dagansandler
rp_log_batch_payload_size
parameter, by @HardNorth
- Feature #311: Adding log format config option, by @dagansandler
- Issue #304: SSL certificate flag handling issue, by @HardNorth
- Agent complete rewrite, by @HardNorth