Giter Site home page Giter Site logo

basic-js-test's Introduction

Basic JS end-to-end tests

Simple tests for iOS native and web using mocha and wd.

To run

Note: The native test uses iOS 10.0 and XCUITest, while the web test run iOS 9.3 with Instruments (for illustration purposes). Since the former needs Xcode 8+ and the latter needs Xcode 9.3, they cannot be run on the same appium server. To run, close Appium, switch to the appropriate Xcode version, then restart Appium and run the test against it.

Native test:

mocha -t 90000 -R spec ios-native-spec.js

Web test:

mocha -t 90000 -R spec ios-web-spec.js

To run on Sauce Labs

To run on Sauce Labs, set the environment variable SAUCE to anything truthy, and then run the command above. Credentials will be read from the SAUCE_USERNAME and SAUCE_ACCESS_KEY environment variables.

E.g.:

SAUCE=1 mocha -t 90000 -R spec ios-web-spec.js

On Sauce Labs you will also be able to run both tests, so the following becomes possible:

SAUCE=1 mocha -t 90000 -R spec *-spec.js

basic-js-test's People

Contributors

imurchie avatar

Watchers

James Cloos 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.