Skip to content

gauge-python 0.2.5

Choose a tag to compare

@gaugeci gaugeci released this 19 Mar 10:20
· 363 commits to master since this release

New Features

  • #19 - Add LSP related API's to make compatible with vscode

Enhancements

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

Bug Fixes

  • #35 - Failed to take screenshot using gauge_screenshot.
  • #16 - DataStoreFactory.scenario_data_store().get("MyKey") returns keyerror
  • #14 - Gauge API failed to start - Connection issue: GAUGE_INTERNAL_PORT

Miscellaneous

  • #11 - @before_step, @after_step execution hooks do not work (gauge 0.9.0, gauge-python 0.2.0)
  • #10 - Tagged execution hooks not working (gauge-python 0.3.6, getgauge 0.2.0, gauge 0.8.5)
  • #9 - Installation issue - Missing api.py
  • #8 - Step is not found when the py script with @step function is imported by another script
  • #6 - Starting relative directory is always ~/.gauge/plugins/python/ and isn't being changed when specifying '--dir .'
  • #5 - Failed to initialize project, exit status 1, using python 2.7 on last 2 releases