Getgauge

Latest version: v0.4.3

Safety actively analyzes 638361 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 7

0.3.3

Not secure
Enhancements

- getgauge/gauge-vscode172 - Sending line diffs to gauge during refactoring

Bug Fixes

- 84 - Segmentation fault
- 31 - After refactoring, find-usage statistics and step implementation recognition should work

Miscellaneous

- 54 - CPU usage should be acceptable

0.3.2

Not secure
Enhancements

- 53 - Indicate a mismatch between gauge-python installation and pip show getgauge

Bug Fixes

- 71 - pip install dev version number is not consistent
- 59 - Gauge messages in hooks are not displayed
- 73 - Pip install getgauge fails on Mac

0.3.1

Not secure
Enhancements

- 49 - Should not list _init_.py in the file list to generate step implementation
- 40 - Runner should log to log files when started gauge is started as daemon

Bug Fixes

- 70 - Error starting debugger
- 65 - Generate step implementation gives script error
- 56 - Usage statistics should be displayed when step is implemented
- 52 - IDE features should work as expected
- 51 - Python process is not killed after shutdown/exit call
- 42 - Use of network connection closed
- 36 - Getting error when Debug option is used consecutively
- 66 - import statement absent for blank file with blank lines

Miscellaneous

- 53 - Indicate a mismatch between gauge-python installation and pip show getgauge
- 54 - CPU usage should be acceptable
- 33 - Attach debugger for python projects

0.2.5

Not secure
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/<version> and isn't being changed when specifying '--dir .'
- 5 - Failed to initialize project, exit status 1, using python 2.7 on last 2 releases

0.2.3

Not secure
14 - Gauge API failed to start - Connection issue: GAUGE_INTERNAL_PORT

0.2.2

Not secure
* Shows suggestion for validation errors.

Suggestions for fixing `Duplicate step implementation` errors.

Multiple implementations found for `Vowels in English language are <arg>.`
step_impl/step_impl.py:9
step("Vowels in English language are <vowels>.")
def assert_default_vowels(given_vowels):
...

step_impl/step_impl.py:20
step("Vowels in English language are <vowels>.")
def assert_default_vowels1(given_vowels):
...

Add the following missing implementations to fix `Step implementation not found` errors.

step("Almost all words have vowels <table>")
def almost_all_words_have_vowels(table):
assert False, "Add implementation code"

Page 4 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.