Giter Club home page Giter Club logo

fastip's Introduction

FasTip

Tipping Service

Requirements

The minimum requirement by this project is Java version: >= 8

Setting up Environment

Set up the following in your path:

  • ANDROID_HOME (path to your android sdk directory)
  • JAVA_HOME (path to your Java JDK home directory)
  • MAVEN_HOME (path to the bin folder of the extracted apache maven folder)

Ensure the above path variables are added to your .bash_profile

Run command

source .bash_profile

Install Dependencies

npm i -g appium

mvn clean install -DskipTests=true

Run Appium

Change test port to Appium port of your choosing in src/test/java/tests/BaseTest.java file

Run command below with the port in the BaseTest file

appium -p <port>

Run Test

Change path of apk in src/test/java/tests/BaseTest.java file to the path of the apk in the main directory of the project.

Open a working directory of the project in a new terminal.

Connect a USB Debugging enabled android device to your test system.

Run the command below

mvn test

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.