Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[0.2.0] - 2021-04-05
Major Features and Improvements
- Added new window under Window > Automated Testing > Composite Recordings that allows: 1) Multiple recordings to be combined together via the UI 2) Multiple recordings to be captured continuously during record mode
- Added UIElements to composite recordings window
- Update the package display name to Automated QA
- Object interactions now use the original location inside the object during playback
Bug Fixes and Minor Changes
- Fixed bug where Record mode is automatically enabled on window open
- 2 new window paths: 1) Window > Automated Testing > Recorded Playback and 2) Window > Automated Testing > Advanced > Composite Recorded Playback
[0.1.0] - 2021-03-01
Major Features and Improvements
- Can now start recordings by clicking Record or Play in the Recorded Playback window without the need to manually add a RecordedInputModule to the scene.
- Add edit button to rename recordings
Bug Fixes and Minor Changes
- Fixed import errors in Unity Editor 2018.4.18f1+. Note: At this time we do not officially support Unity versions less than 2019.4.
- Fix bug where Generated Recorded Tests are created in the wrong directory
- Fix bug where object presses are sometimes not properly played back
[0.0.7] - 2021-02-18
Major Features and Improvements
- Generate Recorded Tests
- Menu: Tools > Automated Testing > Generate Recorded Tests
- Does not work with recording data created before version 0.0.7
- Recorded playback analytics events have been added
Known Issues
- Very quick presses of buttons in recordings do not play back correctly. Workaround: hold the click for about a second.
Bug Fixes and Minor Changes
- Pretty print recording JSON data
[0.0.6-preview.1] - 2021-02-12
- Fixed documentation structure
[0.0.5-preview.1] - 2021-02-11
- Updated package dependencies
[0.0.4-preview.1] - 2021-02-08
- Split experimental features out to com.unity.automated-testing.experiments
[0.0.3-preview.1] - 2021-02-08
- Restructured package directories and updated documentation
[0.0.2-preview.1] - 2021-01-29
- Merged recorded playback and cloud testing packages
[0.0.1-preview.1] - 2021-01-14
- Support for running UTF tests using recordings
[0.0.0-preview.2] - 2020-11-16
- Use object references for recording playback actions
[0.0.0-preview.1] - 2020-10-06
- Initial version