Skip to content

Commit ef2abea

Browse files
test: Adding simple test cases as a foundation for e2e tests for React Native
1 parent d3fd825 commit ef2abea

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
appId: com.example.intercomreactnative
2+
tags:
3+
- android
4+
- help-center
5+
---
6+
- launchApp
7+
- tapOn: "Login as an Unidentified User"
8+
- tapOn: "Present Help Center"
9+
- assertVisible: "Help"
10+
- assertVisible: "Intercom Overview"
11+
- tapOn: "Intercom Overview"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
appId: com.example.intercomreactnative
2+
tags:
3+
- android
4+
- messenger
5+
---
6+
- launchApp
7+
- tapOn: "Login as an Unidentified User"
8+
- tapOn: "Present Intercom"
9+
- tapOn: "Messages"
10+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
appId: com.example.intercomreactnative
2+
tags:
3+
- ios
4+
- help-center
5+
---
6+
- launchApp
7+
- tapOn: "Login as an Unidentified User"
8+
- tapOn: "Present Help Center"
9+
- assertVisible: "Help"
10+
- assertVisible: "Untitled collection"
11+
- tapOn: "Untitled collection"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
appId: com.example.intercomreactnative
2+
tags:
3+
- ios
4+
- messenger
5+
---
6+
- launchApp
7+
- tapOn: "Login as an Unidentified User"
8+
- tapOn: "Present Intercom"
9+
- tapOn: "Messenger apps"
10+

0 commit comments

Comments
 (0)