Skip to content

Commit f734950

Browse files
release: cut the 5.3.0 release (#228)
1 parent 26d4f11 commit f734950

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="5.3.0"></a>
2+
# [5.3.0](https://github.com/NativeScript/nativescript-dev-appium/compare/v5.2.0...v5.3.0) (2019-06-10)
3+
4+
5+
### Bug Fixes
6+
7+
* mochawesome reporter for windows ([#222](https://github.com/NativeScript/nativescript-dev-appium/issues/222)) ([bd612a6](https://github.com/NativeScript/nativescript-dev-appium/commit/bd612a6))
8+
* skip propmting on post install when the console is not interactive ([1042328](https://github.com/NativeScript/nativescript-dev-appium/commit/1042328))
9+
* **device-controller:** token in server scenario ([c847536](https://github.com/NativeScript/nativescript-dev-appium/commit/c847536))
10+
* undifined token ([52ec166](https://github.com/NativeScript/nativescript-dev-appium/commit/52ec166))
11+
12+
13+
### Features
14+
15+
* add support for mochawesome reporter ([#216](https://github.com/NativeScript/nativescript-dev-appium/issues/216)) ([7fcece6](https://github.com/NativeScript/nativescript-dev-appium/commit/7fcece6))
16+
* extend interaction with text ([#208](https://github.com/NativeScript/nativescript-dev-appium/issues/208)) ([45a8ff6](https://github.com/NativeScript/nativescript-dev-appium/commit/45a8ff6))
17+
* **ui-element:** selected ([#191](https://github.com/NativeScript/nativescript-dev-appium/issues/191)) ([0bf4e79](https://github.com/NativeScript/nativescript-dev-appium/commit/0bf4e79))
18+
* remoteAddress option ([#202](https://github.com/NativeScript/nativescript-dev-appium/issues/202)) ([efee24e](https://github.com/NativeScript/nativescript-dev-appium/commit/efee24e))
19+
* start session command. ([#207](https://github.com/NativeScript/nativescript-dev-appium/issues/207)) ([89ab7b0](https://github.com/NativeScript/nativescript-dev-appium/commit/89ab7b0))
20+
21+
122
<a name="5.1.0"></a>
223
# [5.1.0](https://github.com/NativeScript/nativescript-dev-appium/compare/5.0.0...5.1.0) (2019-03-07)
324

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ A package to help with writing and executing e2e [Appium](http://appium.io) test
3737
1. Open source cloud builds integration, i. e. [Sauce Labs](https://saucelabs.com/)
3838
1. Image comparison of: screen, rectangle; block out areas to ignore
3939
1. [WIP] Ability to verify animations/transitions through video/images; please refer to [frame-comparer](https://github.com/SvetoslavTsenov/frame-comparer)
40+
1. Mochawesome HTML report - including screenshots in report
4041

4142
## Requirements
4243

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-dev-appium",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"description": "A NativeScript plugin to help integrate and run Appium tests",
55
"author": "NativeScript",
66
"license": "MIT",

0 commit comments

Comments
 (0)