Skip to content

A template project to use for creating a meteor app with unit and webdriver testing

Notifications You must be signed in to change notification settings

xolvio/meteor-rtd-example-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Leaderboard Example using RTD

This is a project exemplifying xolv.io's RTD Test Runner for Meteor, an end-to-end testing solution combining Karma, Selenium Webdriver and Istanbul. Click here for the RTD project page.

RTD DEMO

Instructions

Ensure you have node and Meteor.

Now clone this project's git repo and run:

  git clone https://github.com/xolvio/meteor-rtd-example-project
  cd meteor-rtd-example-project
  npm install
  ./node_modules/.bin/rtd --debug

Every time you start development, just run this:

  ./node_modules/.bin/rtd

Or to run on a CI server:

  ./node_modules/.bin/rtd runOnce

Have a play around, and enjoy seeing realtime feedback from unit and acceptance tests, as well as test coverage every time you save a file. If you'd like to use RTD in your Meteor project, head over to the RTD project page.

About

A template project to use for creating a meteor app with unit and webdriver testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published