|
| 1 | +<a name="3.3.0"></a> |
| 2 | +# [3.3.0](https://github.com/NativeScript/nativescript-dev-appium/compare/v3.2.0...v3.3.0) (2018-04-21) |
| 3 | + |
| 4 | + |
| 5 | +### Bug Fixes |
| 6 | + |
| 7 | +* **device-controller:** unintsall app ([#114](https://github.com/NativeScript/nativescript-dev-appium/issues/114)) ([53e615d](https://github.com/NativeScript/nativescript-dev-appium/commit/53e615d)) |
| 8 | +* **package.json:** Move TypeScript types dependencies to devDependencies ([#101](https://github.com/NativeScript/nativescript-dev-appium/issues/101)) ([5cc8dd3](https://github.com/NativeScript/nativescript-dev-appium/commit/5cc8dd3)) |
| 9 | +* **postinstall:** install [@types](https://github.com/types) to project's devDependencies ([#103](https://github.com/NativeScript/nativescript-dev-appium/issues/103)) ([637d153](https://github.com/NativeScript/nativescript-dev-appium/commit/637d153)) |
| 10 | +* resolve application path. Already compatible with [email protected] ( [#97](https://github.com/NativeScript/nativescript-dev-appium/issues/97)) ( [51446b1 ](https://github.com/NativeScript/nativescript-dev-appium/commit/51446b1)) |
| 11 | + |
| 12 | + |
| 13 | +### Features |
| 14 | + |
| 15 | +* **frame-comparer:** test animations and transitions: ([#96](https://github.com/NativeScript/nativescript-dev-appium/issues/96)) ([ac00ec048a948f787a9ae6ef077a5fea476dc479](https://github.com/NativeScript/nativescript-dev-appium/commit/ac00ec048a948f787a9ae6ef077a5fea476dc479)) |
| 16 | +* **android:** add "Don't keep activities" functionality ([#94](https://github.com/NativeScript/nativescript-dev-appium/issues/94)) ([21ecadc](https://github.com/NativeScript/nativescript-dev-appium/commit/21ecadc)) |
| 17 | +* **AppiumDriver:** add findElementByAccessibilityIdIfExists ([#110](https://github.com/NativeScript/nativescript-dev-appium/issues/110)) ([38ec681](https://github.com/NativeScript/nativescript-dev-appium/commit/38ec681)) |
| 18 | +* **AppiumDriver:** tap on point |
| 19 | +* resolve automatically application package(android), activity(android) and bundleId(iOS) ([#109](https://github.com/NativeScript/nativescript-dev-appium/issues/109)) ([7497cd0](https://github.com/NativeScript/nativescript-dev-appium/commit/7497cd0)) |
| 20 | +* devMode option to skip instalation of application |
| 21 | +* findElementByAccessibilityIdIfExists |
| 22 | +* expose get reportsPath/ storageByDeviceName/ storageByPlatform |
| 23 | +* **android:** resolve automatically application start activity. |
| 24 | + |
| 25 | + |
| 26 | +### BREAKING CHANGES |
| 27 | + |
| 28 | +* Resolve application name using appPackage(android) or bundleId(iOS). This change results in the resources/reports folder. |
| 29 | + |
| 30 | +Before: |
| 31 | +``` |
| 32 | +application name -> app-release.apk/ app-debug.apk/ app.app/ app.ipa |
| 33 | +Folder structure -> resources(reports)/app/<device name> |
| 34 | +``` |
| 35 | + |
| 36 | +After: |
| 37 | +``` |
| 38 | +application name -> app-release.apk/ app-debug.apk/ app.app/ app.ipa and an appPackage name or a bundleId -> org.nativesscript.testapplication |
| 39 | +Folder structure -> resources(reports)/testapplication/<device name> |
| 40 | +``` |
| 41 | + |
| 42 | + |
| 43 | + |
1 | 44 | <a name="3.1.0"></a>
|
2 | 45 | # [3.1.0](https://github.com/NativeScript/nativescript-dev-appium/compare/3.0.0...3.1.0) (2017-11-22)
|
3 | 46 |
|
@@ -86,4 +129,4 @@ After:
|
86 | 129 | - Introduce typescript support
|
87 | 130 | - Async/await
|
88 | 131 | - Introduce new test cycle.
|
89 |
| -- Introduce new methods for getting XPath of element |
| 132 | +- Introduce new methods for getting XPath of element |
0 commit comments