Releases: SmartBear/visualtest-python
Releases · SmartBear/visualtest-python
v1.5.2
- Fix: Handle uploading DOM for large files over 5MB
- Feature: added setDeviceName method for identifying mobile device names
v1.5.1
- Add testRunId as setting
- Fix page height after lazyload and loading site
- Send error to backend if S3 image upload fails
v1.5.0
- Improved Safari screenshots
- Add method for getTestRunResult
v1.4.0
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
- Fix ignoredElements bug not clearing each capture
v1.3.0
- 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
- Added
ignoreElements
option to capture method
v1.1.0
- 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
- Added
lazyload
settings to capturing fullpage screenshot