automated_testing_framework_plugin_firebase 3.0.3-nullsafety automated_testing_framework_plugin_firebase: ^3.0.3-nullsafety copied to clipboard
Library to use Google's Firebase Realtime Database as a storage mechanism for automated tests and test results.
[3.0.3-nullsafety] - May 9th, 2021 #
- Added BDD values to the test steps
[3.0.1-nullsafety] - April 19th, 2021 #
- Updated
firebase_database
to Null Safe preview
[3.0.0+1] - April 19th, 2021 #
- Removed deprecated references to the SnackBar
[3.0.0] - March 8th, 2021 #
- Null Safety
- Removed Test Driver capabilities, migrate to the new websocket solution.
[2.0.0] - February 21st, 2021 #
- Updating to latest framework
[1.0.14+3] - January 17th, 2021 #
- Dependency updates
[1.0.14+1] - January 12th, 2021 #
- Added metadata to the reports to provide full data sets as well as smaller minified data sets for easier reporting.
- Ensured the metadata ids match those of the reports
[1.0.13+3] - November 18th, 2020 #
- Exposed the
driver
fromFirebaseTestDriver
[1.0.13+2] - November 17th, 2020 #
- Updated the signature of
runTests
.
[1.0.13+1] - November 16th, 2020 #
- Updated the firebase driver to expose
runTests
.
[1.0.13] - November 16th, 2020 #
- Updated the firebase driver to allow device id to be changed post construction.
[1.0.12] - November 4th, 2020 #
- Made some of the test driver functions public.
[1.0.11] - November 3rd, 2020 #
- Updated with latest framework version.
[1.0.10+1] - October 28th, 2020 #
- Fixed exception for when there are no tests.
[1.0.10] - October 28th, 2020 #
- Updated to latest framework version.
- Added
appIdentifier
to theFirebaseTestDriver
.
[1.0.9+1] - October 20th, 2020 #
- Changed how the status updates on the
FirebaseTestDriver
.
[1.0.9] - October 18th, 2020 #
- Added optional
deviceId
toFirebaseTestDriver
to allow for apps overriding the default device id.
[1.0.8+2] - October 15th, 2020 #
- Fixed inverted logic on golden image cache.
[1.0.8+1] - October 15th, 2020 #
- Fixed golden image id in the
testImageReader
.
[1.0.8] - October 15th, 2020 #
- Updated to use new id for
GoldenTestImages
provided from core framework.
[1.0.7] - October 14th, 2020 #
- Added timestamp to
testWriter
.
[1.0.6+3] - October 12th, 2020 #
- Added driver name to the object when the driver is connected.
[1.0.6+2] - October 7th, 2020 #
- Removed unnecessary
crypto
package from explicit dependencies.
[1.0.6+1] - October 6th, 2020 #
- Standardized on a better key for golden images.
[1.0.6] - October 5th, 2020 #
- Have a working receiver of the external test driver using Firebase as the communication channel.
[1.0.5] - October 3rd, 2020 #
- Fixed suite name in test reader.
- Added golden image reader and writer (via Cloud Storage).
- Started prototype for external test driver capabilities.
[1.0.4] - September 24th, 2020 #
- Switched to latest report structure
- Updated to latest framework
- Added clock example
[1.0.3] - September 19th, 2020 #
- Updated with test suites
[1.0.2] - September 14th, 2020 #
- Switched to the common
automated_testing_framework_plugin_firebase_storage
image uploader.
[1.0.1] - September 14th, 2020 #
- Added logs to
TestReport
- Added support for variables in steps
[1.0.0+1] - September 13th, 2020 #
- Switched to verified publisher
[1.0.0] - September 13th, 2020 #
- Initial release