Skip to content

reclaimprotocol/continuous-testing-app

Repository files navigation

Run

$ npm install
$ cat > ./secrets.json
{
    "RECLAIM_APP_ID": "0x...",
    "RECLAIM_APP_SECRET": "0x..."
}
$ npm start
$ npm run android

Build

Android

$ cd android && ./gradlew clean && cd ..
$ npx detox build --configuration android.emu.debug

iOS

TODO

Test

Launch emulator/simulator/device

npm start
# on a different terminal
npx detox test --configuration android.emu.debug --loglevel verbose

Add tests

edit e2e/providers.test.js

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •