Coder Social home page Coder Social logo

test-automation-calabash's Introduction

Minha NET Calabash iOS / Android

Android

Open the Android folder in Android Studio and build it - or navigate to the folder in your terminal and run:

	gradle assembleDebug

Navigate to the Calabash folder in your terminal and run:

	bundle install
	bundle exec calabash-android run ~/path/to/generated/apk --profile android

iOS

Open the iOS folder in Xcode and build the Calabash target.

Navigate to the Calabash folder in your terminal and run:

	bundle install
	bundle exec cucumber --profile ios

Logging

The LOG_LEVEL environment variable is used to control logging output. If you do not pass it, the default is logging to the file 'out.log' with log level 'debug'.

Run with LOG_LEVEL=0 for debug output, LOG_LEVEL=1 for info output, etc. For future logging, use:

	LOG.debug('Isto é um debug logging!')
	LOG.info('Isto é um info logging!')
	# etc

test-automation-calabash's People

Watchers

 avatar  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.