Skip to content

Commit

Permalink
πŸš€ v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzerzarif committed Oct 2, 2020
1 parent be3e9ae commit f3c88f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.4.0
### Features
- Add configuration option to show a fallback snapshot tab if the default tab is empty

## 0.3.2
### Bug fixes
- `Replace reference with latest` works with spec folders without erroring out πŸ‘
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ A VSCode extension to help with analyzing test results, specifically screenshots

This extension contributes the following settings:
- `terraWdioHelper.defaultSnapshotTab`: The tab that will be active upon initial disclosure of the snapshot webview.
- `terraWdioHelper.fallbackSnapshotTab`: The snapshot tab to fallback to if the default snapshot tab is empty.
- `terraWdioHelper.defaultDiffOption`: The diff option that will be selected by default when a diff tab is first activated.
- `terraWdioHelper.testFolderPath`: Relative path to the WDIO test folder. This setting can be applied at a folder level for multi-root workspaces.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Terra WDIO Helper",
"description": "A tool to help analyze Terra WDIO test results",
"icon": "resources/images/extension_icon.png",
"version": "0.3.2",
"version": "0.4.0",
"publisher": "juzerzarif",
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
Expand Down

0 comments on commit f3c88f1

Please sign in to comment.