Giter Club home page Giter Club logo

trust-wallet's Introduction

Automated Functional Tests for Trust Wallet App

Summary

This repository contains the tests for the TrustWallet Android app, these tests are developed using Appium & Java

Getting Started

  • Install Node:

    brew install node

  • Install Appium:

    npm install -g appium

  • Install below 2 external dependencies on your machine:

    • Java 11 (as the core programming language)
      • Maven 3.8.5 (for dependency management)
      • Follow this document to install Java
      • Follow this document to install Maven
      • Follow this document to install IntelliJ based on your OS. Community edition is good enough to work with this framework.
  • To test if the setup is correct.

    • Open this project from IntelliJ/Eclipse/VSCode.

Pre setup

Start an android emulator based on these capabilities

capabilities.setCapability("platformName", "android");
capabilities.setCapability("platformVersion", "14");
capabilities.setCapability("deviceName", "Pixel 8");

Running tests

> mvn clean test -Dtests=CreateNewWalletTests

Reports

To find each test class report

  • Navigate to target/surefire-reports/

To find entire suite report

  • Navigate to target/emailable-report.html

trust-wallet's People

Watchers

Vinayak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.