Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.36 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.36 KB

GAUGE testing GAUGE!

Gauge Badge

Contributor Covenant

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 dotnet
    gauge install python
    gauge install js
    
  • Clone this repo.

  • Executing specs

    ./gradlew clean {language}FT # On Linux or Mac
    gradlew.bat clean {language}FT # On Windows
    
    ./gradlew clean javaFT      # For Windows - gradlew.bat clean javaFT
    ./gradlew clean javaFT      # For Windows - gradlew.bat clean javaFT
    ./gradlew clean pythonFT    # For Windows - gradlew.bat clean pythonFT
    ./gradlew clean rubyFT      # For Windows - gradlew.bat clean rubyFT
    ./gradlew clean csharpFT    # For Windows - gradlew.bat clean csharpFT
    ./gradlew clean dotnetFT    # For Windows - gradlew.bat clean dotnetFT
    

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