Giter VIP home page Giter VIP logo

karma-testingbot-example's Introduction

Build Status

karma-testingbot-example

An example of using the Karma test runner with TestingBot' browser cloud to run JavaScript unit tests.

Getting Started

To get started, clone the repo:

git clone https://github.com/testingbot/karma-testingbot-example.git && cd karma-testingbot-example

Then run the following command to install the Karma command line interface globally and this repo's local node dependencies:

npm install -g karma-cli && npm install 

Note: make sure you have node.js installed before running the above command.

Running Karma on your machine

You can now run Karma on your local machine, to do this, run this command:

karma start

This example will run jasmine tests in Chrome and Firefox on your machine. To add more browsers, check the karma.conf.js's browsers array.

Running Karma with the karma-testingbot-launcher plugin

To use Karma with TestingBot, make sure you have the 2 environment variables TESTINGBOT_KEY and TESTINGBOT_SECRET set. To obtain a key and secret, sign up for free here).

Once this is set up, you can run these same tests on TestingBot with:

karma start karma.conf-testingbot.js

This will start a TestingBot tunnel automatically and run the tests on the TestingBot browser grid. Once the test completes, you'll see the test in the TestingBot member area.

karma-testingbot-example's People

Contributors

jochen-testingbot avatar

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.