Skip to content

Releases: getgauge/gauge

Gauge 0.1.2

22 Apr 12:47
Compare
Choose a tag to compare
  • Fixing incorrect version number

Gauge 0.1.1

21 Apr 12:15
Compare
Choose a tag to compare

Enhancements:

  • Unresolved dynamic params are treated as static params.
  • Environment variable runner_request_timeout overrides timeout from gauge.properties file.

Changes:

  • Changing runner_request_timeout to10 seconds by default.

Gauge 0.1.0

16 Apr 12:50
Compare
Choose a tag to compare

Enhancements:

  • Improve version flag output.
  • Added -p flag to run tests in parallel.
  • Optimization in refactoring.

Bug fixes:

  • Overwriting files during gauge installation.
  • Static param can have escape chars #127.
  • Fixed autocomplete related bugs.

Changes:

  • changed flags:
    • --n to -n (Specify number of parallel execution streams)
    • --s to -s (runs specs in Alphabetical Order)
    • --g to -g (Specify which group of specification to execute based on -n flag)
    • --f to -f (Installs the plugin from zip file. This is used with --install)

Gauge 0.0.6

02 Apr 04:51
Compare
Choose a tag to compare

New Features:

  • Execution of selected rows from data table

  • Support for Specifying data table from external csv file

    Enhancements:

  • Parallel parsing of spec files

  • Offline installation of plugins

  • Execute group of specs from different parallel streams

Api changes

  • Added api message for basic concept extraction

Gauge 0.0.5

04 Mar 09:26
Compare
Choose a tag to compare

New features :

  • Parallel Execution support
  • Consolidate console output from parallel workers
  • Ability to update plugins

Enhancements :

  • Gauge version compatibility checks
  • Logging

Bug fixes :

  • Refactoring error messages
  • Invalid special parameters

Gauge 0.0.4

13 Feb 12:11
Compare
Choose a tag to compare

New features :

  • Refactoring support
  • Tagged expression execution

Enhancements :

  • Random order spec execution
  • Logging
  • Moving config to gauge.properties file
  • Caching while performing step validation

API changes :

  • StepNameRequest Added
  • RefactorRequest Added
  • Moving messages into packages

Bug fixes :

  • Formatting spec files
  • Creation of step names cache
  • Console Output

Gauge 0.0.3

12 Dec 12:47
Compare
Choose a tag to compare

New features on Gauge 0.0.3

  • Ability to execute single scenarios
  • Support for nested concepts
  • Ability to execute specs by tags