Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0bbb353

Browse files
author
Zdravko
authored
Merge pull request #278 from NativeScript/release-6.1.3
docs: cut the 6.1.3 release
2 parents e7d7345 + d5e0ed4 commit 0bbb353

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

‎CHANGELOG.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [6.1.3](https://github.com/NativeScript/nativescript-dev-appium/compare/6.1.2...6.1.3) (2019年11月12日)
2+
3+
4+
### Bug Fixes
5+
6+
* **ios:** apply getActualRectangle ([#267](https://github.com/NativeScript/nativescript-dev-appium/issues/267)) ([ebe92e0](https://github.com/NativeScript/nativescript-dev-appium/commit/ebe92e0))
7+
* compareElement to use proper rectangle and generate proper diff image. ([cd76798](https://github.com/NativeScript/nativescript-dev-appium/commit/cd76798))
8+
* resolve device type by device name ([#277](https://github.com/NativeScript/nativescript-dev-appium/issues/277)) ([e7d7345](https://github.com/NativeScript/nativescript-dev-appium/commit/e7d7345))
9+
10+
11+
112
<a name="6.1.2"></a>
213
## [6.1.2](https://github.com/NativeScript/nativescript-dev-appium/compare/6.1.0...6.1.2) (2019年10月04日)
314

‎package.json‎

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

‎test/device-manager.spec.ts‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ describe("start-appium-server-ios", async () => {
206206
appPath: iosApp,
207207
appiumCaps: {
208208
platformName: Platform.IOS,
209-
deviceName: /^iPhoneXR$/,
210-
platformVersion: /12/,
209+
deviceName: /^iPhoneXR12$/,
210+
platformVersion: "12.2",
211211
fullReset: true
212212
},
213213
verbose: false
@@ -275,7 +275,7 @@ describe("dev-mode-options", async () => {
275275

276276
before("start devices", async () => {
277277
await DeviceController.startDevice({ platform: Platform.ANDROID, apiLevel: "23" });
278-
await DeviceController.startDevice({ platform: Platform.IOS, apiLevel: <any>/12./, name: "iPhone XR" });
278+
await DeviceController.startDevice({ platform: Platform.IOS, apiLevel: "12.2", name: "iPhone XR 12" });
279279
appiumServer = new AppiumServer({});
280280
await appiumServer.start(8399);
281281
});

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /