You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/handbook/mobile-testing/index.mdx
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,7 @@ title: Mobile testing
5
5
6
6
# Mobile testing with Serenity/JS
7
7
8
-
Serenity/JS integrates with [WebdriverIO](/handbook/test-runners/webdriverio) to enable mobile test automation using the [Appium](https://webdriver.io/docs/api/appium/) protocol.
9
-
10
-
In this chapter, you'll learn how to implement test scenarios for mobile apps using Serenity/JS [Screenplay Pattern](/handbook/design/screenplay-pattern)
11
-
libraries.
12
-
13
-
<ArticleComingSoon />
8
+
Serenity/JS integrates with [WebdriverIO](/handbook/test-runners/webdriverio) to provide reporting capabilities for native mobile tests using the [Appium](https://webdriver.io/docs/api/appium/) protocol.
14
9
10
+
We're currently working on providing Serenity/JS Screenplay Pattern libraries to support native mobile testing, so follow feature request [#1279 on GitHub](https://github.com/serenity-js/serenity-js/issues/1279) to stay up to date with the progress
11
+
and consider [sponsoring Serenity/JS](https://github.com/sponsors/serenity-js) to help us prioritise the development of this feature.
0 commit comments