1.0.0 • Published 6 years ago

nate-ttest-directsdk v1.0.0

Weekly downloads
5
License
-
Repository
-
Last release
6 years ago

Installation

  1. On Dev box:

    cd www npm install

  2. On VM

    cd ~/repositories/spotx-js-directsdk ./bin/switch.sh

Build harness test (on Dev Box)

  1. Single time
  1. Rebuild on every change and reload page

Running tests (on Dev Box)

  1. Rebuild everything and run single time:
  • cd www
  • ./node_modules/.bin/gulp tests

  1. Watch for changes in TypeScript code and run tests on every change
  • cd www
  • ./node_modules/.bin/gulp watch-tests

  1. Running Karma tests (much faster than 1 and 2, but skips compilation steps, could be used in cobination with #2)

  • cd www
  • ./node_modules/karma/bin/karma start ./ts/test/config/karma.conf.js
1.0.0

6 years ago