Skip to content

agilepathway/spectacle-functional-tests

Repository files navigation

GAUGE testing GAUGE!

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.

About

Functional tests for the Spectacle Gauge plugin

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages