solana-mobile / mobile-wallet-adapter

Other
224 stars 91 forks source link

SPIKE: Wallet Automated Testing #749

Open Funkatronics opened 3 months ago

Funkatronics commented 3 months ago

Experimental testing script to test fakedapp against Phantom

setup:

to run: run the tests in the MainActivityTestsPhantom file in fakedapps test package

TODOs:

Funkatronics commented 3 months ago

NOTE: CI should fail if it tries to run these tests. they currently fail due to an invalid signature returned from Phantom (using latest version from dapp store) more importantly the CI does not install phantom on the test device lol

Funkatronics commented 3 months ago

tests here should start working locally once #752 is merged.

Funkatronics commented 3 months ago

tests are passing locally with Phantom setup on an emulator. CI needs to be adjusted to only run the fakewallet tests and ignore these phantoms tests for now.