Skip to content

Simple template environment for running JavaScript code through Jasmine tests and Karma test runner

Notifications You must be signed in to change notification settings

kszabelski/javascript-tests-template-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript-tests-template-environment

Simple template environment for running JavaScript code through Jasmine tests and Karma test runner

Requirements and assumptions:

  • Node is installed - required by Karma test runner, environment itself run js in browser
  • Windows with VS2013 installed - if other don't use install_packages.bat but standard npm commands

Usage

  1. Prepare your machine by running install_packages.bat
  2. Run test runner by executing run_tests.bat
  3. Write your tests in 'test' directory and code in 'js' directory.

About

Simple template environment for running JavaScript code through Jasmine tests and Karma test runner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published