Skip to content

A set of tools and libraries to enable easy testing with meteor

Notifications You must be signed in to change notification settings

SoftwareONE-SAP/meteor-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Centiq testing

This is a meteor testing driver package for running mocha tests, the project uses SlimerJS to interact with the front end.

Why did we created our own driver package?

We had issues running PhantomJS with the practicalmeteor:mocha & dispatchme:meteor-mocha-phantomjs.

SlimerJS is presented as having the same behaviors as PhantomJS, however where as PhantomJS is built on top of Webkit and JavascriptCore, SlimerJS is built on Gecko and SpiderMonkey.

More differences

Usage

meteor test-packages --driver-package=centiq:testing

or

meteor test --driver-package=centiq:testing

Arguments

--watch

This flag will keep the process running and rerun the tests whenever meteor detects a change.

Environment varaibles

To run only server side tests you can create an environment variable called SERVER_ONLY_TESTS and set it to true.

About

A set of tools and libraries to enable easy testing with meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •