From 4688134a6899d201e2894177116d8f3932583d6d Mon Sep 17 00:00:00 2001 From: Konstantin Aksenov Date: Wed, 22 Nov 2023 10:26:01 +1000 Subject: [PATCH] docs(android): add Kakao mention --- docs/cloud/cloud/getting-started.md | 2 +- docs/cloud/intro/android.md | 1 + .../version-0.8.4/cloud/getting-started.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/cloud/cloud/getting-started.md b/docs/cloud/cloud/getting-started.md index 9e457baee..d04976e38 100644 --- a/docs/cloud/cloud/getting-started.md +++ b/docs/cloud/cloud/getting-started.md @@ -6,7 +6,7 @@ title: "Getting started" ### Android -Marathon Cloud supports tests written with **UIAutomator, Cucumber, Espresso, and [Kaspresso](https://github.com/KasperskyLab/Kaspresso) frameworks**. +Marathon Cloud supports tests written with **UIAutomator, Cucumber, Espresso, [Kakao](https://github.com/kakaocup/kakao), and [Kaspresso](https://github.com/KasperskyLab/Kaspresso) frameworks**. Before initiating the testing process for your application, you’ll require two APK files: one for the application that’s being tested, and another for the tests themselves. Typically, `debug` variants are utilized for this purpose. diff --git a/docs/cloud/intro/android.md b/docs/cloud/intro/android.md index d92b82aae..af55870c7 100644 --- a/docs/cloud/intro/android.md +++ b/docs/cloud/intro/android.md @@ -7,6 +7,7 @@ Marathon Cloud supports tests written with: - UIAutomator - Cucumber - Espresso +- [Kakao](https://github.com/kakaocup/kakao) - [Kaspresso](https://github.com/KasperskyLab/Kaspresso) - Flutter (with [Patrol](https://patrol.leancode.co/)) diff --git a/docs/runner_versioned_docs/version-0.8.4/cloud/getting-started.md b/docs/runner_versioned_docs/version-0.8.4/cloud/getting-started.md index 9e457baee..d04976e38 100644 --- a/docs/runner_versioned_docs/version-0.8.4/cloud/getting-started.md +++ b/docs/runner_versioned_docs/version-0.8.4/cloud/getting-started.md @@ -6,7 +6,7 @@ title: "Getting started" ### Android -Marathon Cloud supports tests written with **UIAutomator, Cucumber, Espresso, and [Kaspresso](https://github.com/KasperskyLab/Kaspresso) frameworks**. +Marathon Cloud supports tests written with **UIAutomator, Cucumber, Espresso, [Kakao](https://github.com/kakaocup/kakao), and [Kaspresso](https://github.com/KasperskyLab/Kaspresso) frameworks**. Before initiating the testing process for your application, you’ll require two APK files: one for the application that’s being tested, and another for the tests themselves. Typically, `debug` variants are utilized for this purpose.