Skip to content

Releases: SmartBear/visualtest-python

v1.6.1

28 Aug 12:20
6a42c61

Choose a tag to compare

Fix: SDK checks connection and token at the initialization

v1.6.0

23 Aug 19:36
6a42c61

Choose a tag to compare

  • Feature: Added support for IOS screenshots
  • Fix: DOM capture incorrect scroll position after fullpage capture
  • Fix: Hide scrollbar on documentElement

v1.5.2

26 Jul 17:06
6a42c61

Choose a tag to compare

  • Fix: Handle uploading DOM for large files over 5MB
  • Feature: added setDeviceName method for identifying mobile device names

v1.5.1

18 Jul 12:01
6a42c61

Choose a tag to compare

  • Add testRunId as setting
  • Fix page height after lazyload and loading site
  • Send error to backend if S3 image upload fails

v1.5.0

27 Jun 15:54
6a42c61

Choose a tag to compare

  • Improved Safari screenshots
  • Add method for getTestRunResult

v1.4.0

01 Jun 21:20
6a42c61

Choose a tag to compare

What's Changed

  • Changed debug settings - only debug=true will save logs and images to disk under sbvt_debug folder
  • No files are written to disk by default unless saveTo or debug setting is provided (allows to run where I/O is unavailable)
  • All images are built and managed in memory before being saved via the API
  • Removed automatic printing of results to console
  • Added printReport instance method for printing results to screen after a test run
  • Add comparisonMode option to capture method to override default project setting

v1.3.2

02 May 18:58
6a42c61

Choose a tag to compare

  • Fix ignoredElements bug not clearing each capture

v1.3.1

27 Apr 18:22
6a42c61

Choose a tag to compare

  • Fix viewport bug

v1.3.0

27 Apr 18:19
6a42c61

Choose a tag to compare

  • Run freezePage script by default with opt-out setting
  • Added new chrome-os-version.js script for getting proper osVersion
  • Handle lazyload and ignoreElement validation in fullpage test cases

v1.2.0

06 Apr 22:25
6a42c61

Choose a tag to compare

  • Added ignoreElements option to capture method