Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 639 Bytes

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 639 Bytes

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()

  1. Add New Method to add Single test Result by : TestResult.addTestResult(9,statusId:1)

  2. 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.