Add new method getReports and genrateReport to get test reports on Mail.
Updated dependencies
Update Readme file.
********** 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 :
Add Support for latest dart sdk: '>=3.0.1 <4.0.0'
Update Project to Support Dart sdk: '>=2.19.0 <3.0.0'
Update ReadMe
- Initial.