Releases: getgauge/gauge-ts
Releases · getgauge/gauge-ts
gauge-ts v0.0.3
New Features
Enhancements
Bug Fixes
Miscellaneous
- #51 - Bump typescript from 3.7.4 to 3.8.2
- #50 - Bump @types/jest from 24.0.25 to 25.1.3
- #49 - Bump @types/fs-extra from 8.0.1 to 8.1.0
- #48 - [Security] Bump codecov from 3.6.1 to 3.6.5
- #47 - Bump @types/jest from 24.0.25 to 25.1.2
- #46 - Bump jest-mock-process from 1.2.0 to 1.3.2
- #45 - Bump codecov from 3.6.1 to 3.6.4
- #43 - Bump codecov from 3.6.1 to 3.6.3
- #42 - Bump @types/jest from 24.0.25 to 25.1.1
- #41 - Bump @types/jest from 24.0.25 to 25.1.0
- #40 - Bump @types/jest from 24.0.25 to 24.9.1
- #39 - Bump codecov from 3.6.1 to 3.6.2
- #37 - Bump typescript from 3.7.4 to 3.7.5
- #36 - Bump @types/jest from 24.0.25 to 24.9.0
- #35 - Bump ts-node from 8.5.4 to 8.6.2
- #34 - Bump jest-mock-process from 1.2.0 to 1.3.0
- #33 - Bump ts-node from 8.5.4 to 8.6.1
- #32 - Bump ts-jest from 24.2.0 to 24.3.0
- #31 - Bump @types/jest from 24.0.24 to 24.0.25
- #30 - [Security] Bump handlebars from 4.1.2 to 4.5.3
- #28 - Bump typescript from 3.4.5 to 3.7.4
- #27 - Bump @types/jest from 24.0.13 to 24.0.24
- #26 - Bump typescript from 3.4.5 to 3.7.3
- #25 - Bump ts-node from 3.3.0 to 8.5.4
- #24 - Bump ts-jest from 24.0.2 to 24.2.0
- #23 - [Security] Bump https-proxy-agent from 2.2.1 to 2.2.4
- #22 - Bump ts-node from 3.3.0 to 8.5.2
- #21 - Bump @types/jest from 24.0.13 to 24.0.23
- #20 - Bump ts-node from 3.3.0 to 8.5.0
gauge-ts 0.0.2
- Step decorator
@Step('step text')
with@ContinueOnFailure()
- Hook decorators with filtered tagged hook execution support
@<Before|After><Suite|Spec|Scenario|Step>
- Operator for hooks
Operator.And
orOperator.Or
- Refactoring support
- DataStores
DataStoreFactory,.get<Suite|Spec|Scenario>DataStore()
- Messages (
Gauge.writeMessage("message")
) - Screenshot (
Gauge.captureScreenshot()
) - LSP support (go to def, rename, creating step stubs, reference codelens)
- Debugging