File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.3
2+ Add new method getReports and genrateReport to get test reports on Mail.
13## 1.0.2
24Updated dependencies
35
@@ -12,7 +14,7 @@ Update Readme file.
1214
13152 . Add New Method to add Single test Result by : TestResult.addTestResult(9,statusId:1)
1416
15- 3 . Now you can also add multiple Test results in one time :
17+ 3 . Now you can also add multiple Test results in one time :
1618 ### TestResult.addRunResults(3,addTestResults: testStatusResult );
1719
1820## 0.0.4
Original file line number Diff line number Diff line change 1- sdk.dir =/Users/divyesh/Library/Android/sdk/
1+ sdk.dir =/Users/amitsingh/Library/Android/sdk
2+ flutter.sdk =/Users/amitsingh/developer/flutter
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ packages:
6565 path: ".."
6666 relative: true
6767 source: path
68- version: "1.0.2 "
68+ version: "1.0.3 "
6969 http:
7070 dependency: transitive
7171 description:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: This package is a lightweight wrapper around the TestRail API that
33homepage : https://github.com/amitsingh6391/flutter_testrail
44issue_tracker : https://github.com/amitsingh6391/flutter_testrail/issues
55repository : https://github.com/amitsingh6391/flutter_testrail
6- version : 1.0.2
6+ version : 1.0.3
77
88
99environment :
You can’t perform that action at this time.
0 commit comments