Skip to content

Commit

Permalink
Merge pull request #196 from KasperskyLab/issue/release_1_2_0
Browse files Browse the repository at this point in the history
Issue/release 1 2 0
  • Loading branch information
RuslanMingaliev authored Sep 15, 2020
2 parents ee7ee1e + 8b1bf25 commit cd923af
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Kaspresso-green.svg?style=flat )](https://android-arsenal.com/details/1/7896)
[![Android Weekly](https://img.shields.io/badge/Android%20Weekly-383-green.svg)](http://androidweekly.net/issues/issue-383)
[![Android Weekly](https://img.shields.io/badge/Android%20Weekly-392-green.svg)](http://androidweekly.net/issues/issue-392)
[![Download](https://api.bintray.com/packages/ruslanmingaliev/Kaspresso/Kaspresso/images/download.svg?version=1.1.0) ](https://bintray.com/ruslanmingaliev/Kaspresso/Kaspresso/1.1.0/link)
[![Download](https://api.bintray.com/packages/ruslanmingaliev/Kaspresso/Kaspresso/images/download.svg?version=1.2.0) ](https://bintray.com/ruslanmingaliev/Kaspresso/Kaspresso/1.2.0/link)
![Build and Deploy](https://github.com/KasperskyLab/Kaspresso/workflows/Build%20and%20Deploy/badge.svg)

# Kaspresso
Expand Down Expand Up @@ -227,7 +227,7 @@ allprojects {

```
dependencies {
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.1.0'
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.2.0'
}
```

Expand All @@ -251,16 +251,34 @@ repositories {
}
dependencies {
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.1.1-SNAPSHOT'
androidTestImplementation 'com.kaspersky.android-components:kaspresso:1.2.1-SNAPSHOT'
}
```

## Samples
All samples are available in the [samples](/samples) folder.

Most of the samples require AdbServer. To start AdbServer you should do the following steps:
1. Go to the `Kaspresso` folder
```
cd ~/Workspace/Kaspresso
```
2. Start `adbserver-desktop.jar`
```
java -jar artifacts/adbserver-desktop.jar
```

## Breaking changes in 1.2.0
1. We've totally reworked AdbServer and Kaspresso 1.2.0 works only with new `artifacts/adbserver-desktop.jar`<br>
The old version `artifacts/desktop_1_1_0.jar` is also available for use with older versions of Kaspresso.
2. If you use `device.logcat` in your tests, you should call `device.logcat.disableChatty` in the `before` section of your test.
In previous version of Kaspresso, `device.logcat.disableChatty` was called automatically during initialization. This resulted in the need to always run AdbServer before tests.

## Support
Ask your question on Telegram:
* In English: t.me/kaspresso_en
* In Russian: t.me/kaspresso


## Contribution
Kaspresso is an open source project, so you are welcome to contribute (see the [Contribution Guidelines](https://github.com/KasperskyLab/Kaspresso/blob/master/CONTRIBUTING.md)).

Expand Down

0 comments on commit cd923af

Please sign in to comment.