flutter_testrail 1.0.3 flutter_testrail: ^1.0.3 copied to clipboard
This package is a lightweight wrapper around the TestRail API that enables automated test reporting in Dart and Flutter applications.
1.0.3 #
Add new method getReports and genrateReport to get test reports on Mail.
1.0.2 #
Updated dependencies
1.0.1 #
Update Readme file.
1.0.0 #
********** BREAKING CHANGES *********
1 . TestRail.configure() is now FlutterTestRail.initialize()
-
Add New Method to add Single test Result by : TestResult.addTestResult(9,statusId:1)
-
Now you can also add multiple Test results in one time :
TestResult.addRunResults(3,addTestResults:testStatusResult); #
0.0.4 #
Add Support for latest dart sdk: '>=3.0.1 <4.0.0'
0.0.3 #
Update Project to Support Dart sdk: '>=2.19.0 <3.0.0'
0.0.2 #
Update ReadMe
0.0.1 #
- Initial.