gauge

Light weight cross-platform test automation

APACHE-2.0 License

Downloads
23.6K
Stars
3K
Committers
86

Bot releases are hidden (Show)

gauge - Gauge 0.1.2

Published by gaugeci over 9 years ago

  • Fixing incorrect version number
gauge - Gauge 0.1.1

Published by gaugeci over 9 years ago

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 - Gauge 0.1.0

Published by gaugeci over 9 years ago

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 - Gauge 0.0.6

Published by gaugeci over 9 years ago

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 - Gauge 0.0.5

Published by apoorvam over 9 years ago

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 - Gauge 0.0.4

Published by kashishm over 9 years ago

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 - Gauge 0.0.3

Published by prateekbaheti almost 10 years ago

New features on Gauge 0.0.3

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