Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Adds support for re-running server and client tests automatically #157

Merged
merged 1 commit into from
Jan 24, 2015
Merged

Adds support for re-running server and client tests automatically #157

merged 1 commit into from
Jan 24, 2015

Commits on Jan 24, 2015

  1. Adds support for re-running server and client tests automatically

    Adds two more tasks to execute server and client tests separately
    
    To run full suite
    grunt test
    
    To run only server tests
    grunt test:server
    
    To run only client tests
    grunt test:client
    
    Fixes #155
    miguelcoba committed Jan 24, 2015
    Configuration menu
    Copy the full SHA
    6bc36ed View commit details
    Browse the repository at this point in the history