Releases: getgauge/gauge-python
Releases · getgauge/gauge-python
Gauge-Python 0.1.2
Enhancements
- Adding requirements.txt file with
getgaugedependency while initializing a gauge project
Bug Fixes
- Using
PYTHONUNBUFFEREDInstead of -u flag for unbuffered output.
Removed
python 2.xsupport
Gauge-Python 0.1.1
Enhancements
- Improved step implementation loader.
Gauge-Python 0.1.0
New Features
- Python 3 support
Gauge-Python 0.0.3
Enhancements
- Enhanced and optimized step implementation scanning logic.
- Taking screenshot when the value of
screenshot_on_failureis set to true. - Some refactoring around
data_storesandTable.
Gauge-Python 0.0.2
New Features
- Debugging support
- Step aliases support
- Custom screenshot hook
Gauge-Python 0.0.1
- Added step decorator
@step('step text') - Added hook decorators with filtered tagged hook execution support:
@before_step@after_step@before_scenario@after_scenario@before_spec@after_spec@before_suite@after_suite
- Added Refactoring support
- Added support for screenshots at failure
- Data stores:
suite_data_store, spec_data_store, scenario_data_store - Added support for custom report messages.