Skip to content

Releases: reportportal/agent-python-behave

Release 4.0.2

24 Oct 08:19
727d2d6
Compare
Choose a tag to compare

Changed

  • Improve Scenario Outline parameters reporting, by @nicke46

Release 4.0.1

19 Oct 11:59
da93e83
Compare
Choose a tag to compare

Added

  • Scenario Outline scenarios will add markdown table with active params to scenario description, by @nicke46

Release 4.0.0

18 Oct 14:50
672780b
Compare
Choose a tag to compare

Added

  • rp_client_type configuration variable, by @HardNorth
  • rp_connect_timeout and rp_read_timeout configuration variables, by @HardNorth

Changed

Release 3.0.0

12 Jul 13:35
f9397bd
Compare
Choose a tag to compare

Added

  • launch_uuid_print and launch_uuid_print_output configuration parameters, by @HardNorth

Changed

Removed

Release 2.0.4

12 Jun 12:11
10665ad
Compare
Choose a tag to compare

Changed

  • Client version updated on 5.3.5, by @HardNorth
  • token configuration parameter was renamed to api_key to maintain common convention, by @HardNorth

NOTE: This is the last agent version which supports Python < 3.7

Release 2.0.3

30 Mar 14:39
304e6ce
Compare
Choose a tag to compare

Added

  • Stub files for config and behave_agent modules, by @HardNorth
  • log_batch_size and log_batch_payload_size config parameters, by @HardNorth

Changed

Fixed

Release 2.0.2

28 Mar 14:47
924f9e2
Compare
Choose a tag to compare

Changed

  • Client version updated on 5.3.0, by @HardNorth
  • move debug mode to RPClient init, by @nicke46
  • Make agent not finish the launch if a launch_id was supplied at start, by @nicke46

Release 2.0.1

10 Mar 17:47
7ebfaf1
Compare
Choose a tag to compare

Fixed

Release 2.0.0

10 Mar 17:07
286266c
Compare
Choose a tag to compare

Changed

  • step_based config parameter deprecated in favor of log_layout parameter, by @nicke46
  • The Agent now uses RPClient class instead of ReportPortalService, by @HardNorth

Added

  • RPHandler support for all Report Portal log levels, by @nicke46
  • Logged exceptions now include traceback, by @nicke46
  • Skipped steps after failures will be logged for STEP and NESTED log_layout, by @nicke46

Removed

  • logger.py module in favor to reportportal_client.logs, by @HardNorth

Release 1.0.2

03 Mar 14:17
d4ad6a8
Compare
Choose a tag to compare

Added

  • debug_mode config parameter support, by @nicke46