Releases: getgauge/gauge
Releases · getgauge/gauge
Gauge 0.1.2
- Fixing incorrect version number
Gauge 0.1.1
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
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
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
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
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
New features on Gauge 0.0.3
- Ability to execute single scenarios
- Support for nested concepts
- Ability to execute specs by tags