Skip to content

Commit 8135f2b

Browse files
Merge branch 'main' into chore/multichain
2 parents 3c59131 + ad34566 commit 8135f2b

File tree

96 files changed

+21124
-1159
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+21124
-1159
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: CI E2E Tests Android
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
placeholder:
8+
name: Placeholder Job
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Do nothing
12+
run: echo "This is a placeholder workflow to enable manual triggers from feature branches."
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: CI E2E Tests iOS
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
placeholder:
8+
name: Placeholder Job
9+
runs-on: macos-latest
10+
steps:
11+
- name: Do nothing
12+
run: echo "This is a placeholder workflow to enable manual triggers from feature branches."

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ sentry.properties
1919
# Fastlane
2020
fastlane/report.xml
2121

22-
2322
# Cursor
24-
.cursor
23+
.cursor
24+
25+
# VSCode
26+
.vscode
27+
28+
# Expo
29+
.expo

.maestro/dapp-flow.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
appId: com.walletconnect.web3modal.rnsample.internal
2+
name: React Native Dapp to React Native Wallet Connection Confirmed
3+
---
4+
- clearState
5+
- launchApp:
6+
permissions:
7+
all: allow
8+
- startRecording: "Native Connection Confirmed"
9+
- tapOn: "Connect"
10+
- tapOn: "React Native Wallet"
11+
- tapOn: "Approve"
12+
- assertVisible: "Sign message"
13+
- stopRecording
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
appId: com.walletconnect.web3modal.rnsample.internal
2+
name: React Native Dapp to React Native Wallet Connection Confirmed
3+
---
4+
- clearState
5+
- launchApp:
6+
permissions:
7+
all: allow
8+
- tapOn: "Connect"
9+
- tapOn: "React Native Wallet"
10+
- tapOn: "Reject"
11+
- assertVisible: "Connection declined"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
appId: com.walletconnect.web3modal.rnsample.internal
2+
name: React Native Dapp to React Native Wallet Personal Sign Confirmed
3+
---
4+
- launchApp:
5+
permissions:
6+
all: allow
7+
- startRecording: "Native personal_sign Confirmed"
8+
- tapOn: "Sign message"
9+
- tapOn: "Approve"
10+
- assertVisible: "Request response"
11+
- stopRecording
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
appId: com.walletconnect.web3modal.rnsample.internal
2+
name: React Native Dapp to React Native Wallet Personal Sign Rejected
3+
---
4+
- launchApp:
5+
permissions:
6+
all: allow
7+
- startRecording: "Native personal_sign Rejected"
8+
- tapOn: "Sign message"
9+
- tapOn: "Reject"
10+
- assertVisible: "Request failure"
11+
- stopRecording

.maestro/wallet-flow.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.maestro/web/connect_confirm.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
appId: com.walletconnect.web3wallet.rnsample.internal
2+
name: AppKit Web to React Native Wallet Connection Confirmed
3+
---
4+
- clearState
5+
- openLink:
6+
link: https://appkit-lab.reown.com/library/wagmi/
7+
browser: true
8+
- startRecording: "Web to Native Connection Confirmed"
9+
- extendedWaitUntil:
10+
notVisible: "Initializing..."
11+
timeout: 10000
12+
- tapOn: "Connect Wallet"
13+
- scroll
14+
- scroll
15+
- tapOn: "React Native Sample Wallet React Native Sample Wallet"
16+
- runFlow:
17+
when:
18+
platform: iOS
19+
commands:
20+
- back
21+
- tapOn: "Approve"
22+
- assertVisible: "AppKit Interactions"
23+
- stopRecording

0 commit comments

Comments
 (0)