Skip to content

Releases: getgauge/gauge-python

Gauge-Python 0.2.0

18 Feb 07:28
Compare
Choose a tag to compare
Gauge-Python 0.2.0 Pre-release
Pre-release
  • Removing support for python3.1 and python3.2.
  • Updating proto2 to proto3.

Gauge-Python 0.1.7

14 Jan 12:27
Compare
Choose a tag to compare
Gauge-Python 0.1.7 Pre-release
Pre-release
  • Adding STEP_IMPL_DIR property to change default step_impl dir.
  • Improving console reporting.

Gauge-Python 0.1.6

03 Sep 08:32
Compare
Choose a tag to compare
Gauge-Python 0.1.6 Pre-release
Pre-release
  • Updated Table.__str__() to return markdown format table.
  • #8 - Fixing loading step implementation logic.
  • Enhance continue_on_failure feature, refer docs for more info.

Gauge-Python 0.1.5

20 Jul 14:55
Compare
Choose a tag to compare
Gauge-Python 0.1.5 Pre-release
Pre-release

#7 - Provide a mechanism where users can specify the python version which will be used to run the specs

Gauge-Python 0.1.4

17 Jul 14:09
Compare
Choose a tag to compare
Gauge-Python 0.1.4 Pre-release
Pre-release
  • Added python 2 support
  • Enhanced refactoring
  • Setting working dir to gauge project root during execution

Gauge-Python 0.1.3

04 Jul 14:03
Compare
Choose a tag to compare
Gauge-Python 0.1.3 Pre-release
Pre-release
  • Adding python3 version compatibility check.
  • Updating step implementation parsing logic.
  • Adding multiple implementations found for a step error type to validation errors.

Gauge-Python 0.1.2

08 Apr 09:20
Compare
Choose a tag to compare
Gauge-Python 0.1.2 Pre-release
Pre-release

Enhancements

  • Adding requirements.txt file with getgauge dependency while initializing a gauge project

Bug Fixes

  • Using PYTHONUNBUFFERED Instead of -u flag for unbuffered output.

Removed python 2.x support

Gauge-Python 0.1.1

25 Mar 15:50
Compare
Choose a tag to compare
Gauge-Python 0.1.1 Pre-release
Pre-release

Enhancements

  • Improved step implementation loader.

Gauge-Python 0.1.0

21 Mar 14:09
Compare
Choose a tag to compare
Gauge-Python 0.1.0 Pre-release
Pre-release

New Features

  • Python 3 support

Gauge-Python 0.0.3

21 Mar 12:56
Compare
Choose a tag to compare
Gauge-Python 0.0.3 Pre-release
Pre-release

Enhancements

  • Enhanced and optimized step implementation scanning logic.
  • Taking screenshot when the value of screenshot_on_failure is set to true.
  • Some refactoring around data_stores and Table.