Skip to content

Releases: SmartBear/visualtest-python

v1.5.2

26 Jul 17:06
6a42c61
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Improved Safari screenshots
  • Add method for getTestRunResult

v1.4.0

01 Jun 21:20
6a42c61
Compare
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
Compare
Choose a tag to compare
  • Fix ignoredElements bug not clearing each capture

v1.3.1

27 Apr 18:22
6a42c61
Compare
Choose a tag to compare
  • Fix viewport bug

v1.3.0

27 Apr 18:19
6a42c61
Compare
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
Compare
Choose a tag to compare
  • Added ignoreElements option to capture method

v1.1.0

27 Mar 18:02
6a42c61
Compare
Choose a tag to compare
  • Changed lazyload flag to use milliseconds instead of seconds.
  • Added sbvt-client and related headers for API calls to backend server.
  • Fix printReport logic for new API result of testRun comparison totals.
  • Remove logging DOM results to log file.

v1.0.0

27 Mar 17:54
6a42c61
Compare
Choose a tag to compare
  • Added lazyload settings to capturing fullpage screenshot