Skip to content

Commit

Permalink
Merge pull request #336 from KasperskyLab/compose-readme-2
Browse files Browse the repository at this point in the history
Compose readme 2
  • Loading branch information
matzuk authored Nov 26, 2021
2 parents 7f899bd + 953ca73 commit 321c603
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

Kaspresso is a great framework for UI testing. Based on [Espresso](https://developer.android.com/training/testing/espresso) and [UI Automator](https://developer.android.com/training/testing/ui-automator), Kaspresso provides a wide range of additional amazing features, such as:
* 100% stability, no flakiness.
* Jetpack Compose support (**Early access**).
* Jetpack Compose support **[Early access]**.
* Significantly faster execution of UI Automator commands.
With Kaspresso, some UI Automator commands run **10 times faster**!
* Excellent readability due to human DSL.
Expand Down Expand Up @@ -224,7 +224,7 @@ Now, you can write your Kaspresso tests for Jetpack Compose screens! DSL and all
So, you will not see any difference between tests for View screens and for Compose screens.
More information is available [here](/wiki/10_Jetpack-Compose.md).

**Be aware of it's an early access that may contain bugs. Also, API can be changed, but we are going to avoid it.**
**Be aware of it's an early access that may contain bugs. Also, API can be changed, but we are going to avoid it. Please, be free to create relative issues if you've encountered with any kind of problem.**

## Philosophy

Expand Down
4 changes: 3 additions & 1 deletion wiki/10_Jetpack-Compose.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Jetpack Compose support
# Jetpack Compose support [Early access]

**Be aware of it's an early access that may contain bugs. Also, API can be changed, but we are going to avoid it. Please, be free to create relative issues if you've encountered with any kind of problem.**

Jetpack Compose support consists of two parts: [Kakao Compose library](https://github.com/KakaoCup/Compose) and Kaspresso Interceptors mechanism.

Expand Down

0 comments on commit 321c603

Please sign in to comment.