/gauge-tests

Tests for Gauge tool (gauge tests gauge!)

Primary LanguageJava

GAUGE testing GAUGE!

Gauge Badge

Tests for Gauge Command-Line Utility using Gauge

Steps to get started

  • Install Gauge

  • Install language plugin by running

    gauge --install {language}
    
    gauge --install java
    gauge --install ruby
    gauge --install csharp
    gauge --install js
    
  • Install Maven

  • Clone this repo.

  • Executing specs

    sh starttests.sh {language}
    
    sh starttests.sh java
    sh starttests.sh ruby
    sh starttests.sh csharp
    sh starttests.sh js
    

This will also compile all the supporting code implementations and run your specs in parallel.