Skip to content

Commit 235fdf1

Browse files
doc: update changelog
1 parent ca26223 commit 235fdf1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22
# [5.0.0]() (2019-01-29)
33

44
### Bug Fixes
5-
* isDisplayed already checks whether actual coordinates of element are in visible viewport of display
5+
* isDisplayed already checks whether actual coordinates of an element are in visible viewport of display
6+
* resolve app name when starting of appium server is skipped
67
* **locators** android webView locator is renamed to android.webkit.WebView
78

89
### Features
9-
* run tests without providing appium capabilities config/ --runType. This option is only available for local runs in case a device is already started and app is already installed.
10+
* run tests without providing appium capabilities config/ --runType.
11+
This option is only available for local runs which means that
12+
device should already be started and the app should already be installed.
1013
* device properties can be passed as regex expression (this is not available in sauceLab)
1114
* isSelected method - works only if the element has tag select
1215
* --runType parameter is already case insensitive e.g. sim.iOS == sim.ios
@@ -16,27 +19,24 @@
1619

1720
### BREAKING CHANGES
1821

19-
* --reuseDevice options is removed. This is not concerning sauceLabs
22+
* --reuseDevice options is removed. This is not concerning test which uses sauceLabs
2023

2124
Before:
2225
```
2326
$ npm run e2e -- --runType android23 --reuseDevice
2427
```
2528
After there are a few options in order to preserve device alive:
2629

27-
1. If you are developing your application simply run
30+
1. If you are developing your application with `tns run android/ ios`
2831

2932
```
3033
$ npm run e2e android or ios
3134
```
32-
2. If you are running on CI, change appium options
35+
2. If you are running on CI, change appium options as
3336
--fullReset: false -> this will keep device alive
3437
--noReset: false -> this will install app on device
3538

3639

37-
### Bug Fixes
38-
* fix: resolve app name when skip starting of appium server
39-
4040

4141
<a name="4.0.6"></a>
4242
# [4.0.6]() (2018-08-08)

0 commit comments

Comments
 (0)