Skip to content

Commit 182d62b

Browse files
Amit SinghAmit Singh
authored andcommitted
add getReports method
1 parent 433bf5f commit 182d62b

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.0.3
2+
Add new method getReports and genrateReport to get test reports on Mail.
13
## 1.0.2
24
Updated dependencies
35

@@ -12,7 +14,7 @@ Update Readme file.
1214

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

android/local.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
sdk.dir=/Users/divyesh/Library/Android/sdk/
1+
sdk.dir=/Users/amitsingh/Library/Android/sdk
2+
flutter.sdk=/Users/amitsingh/developer/flutter

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: This package is a lightweight wrapper around the TestRail API that
33
homepage: https://github.com/amitsingh6391/flutter_testrail
44
issue_tracker: https://github.com/amitsingh6391/flutter_testrail/issues
55
repository: https://github.com/amitsingh6391/flutter_testrail
6-
version: 1.0.2
6+
version: 1.0.3
77

88

99
environment:

0 commit comments

Comments
 (0)