Skip to content

Commit

Permalink
7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek committed Feb 13, 2024
1 parent 4149ac2 commit 2ffeada
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 7.1.0

> February 12, 2024
- [🚀 Request] Use workflow templates for GH Action pipeline
- [🚀 Request] Support for VS Code 1.86.x
- [🚫 Bug] Broken logo in Readme when scaling down window size
- [🚫 Bug] Wrong selector for Action for ViewSection
- [🚫 Bug] Unable to download chromedriver for ReleaseQuality.Insider
- [🚫 Bug] ExtensionsView take action function does not find proper action by its locator

## 7.0.0

> December 20, 2023
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-extension-tester",
"version": "7.0.0",
"version": "7.1.0",
"description": "ExTester is a package that is designed to help you run UI tests for your Visual Studio Code extensions using selenium-webdriver.",
"icon": "icons/logo.png",
"main": "out/extester.js",
Expand Down Expand Up @@ -63,12 +63,12 @@
"got": "^13.0.0",
"hpagent": "^1.2.0",
"js-yaml": "^4.1.0",
"monaco-page-objects": "^3.12.0",
"monaco-page-objects": "^3.13.0",
"sanitize-filename": "^1.6.3",
"selenium-webdriver": "^4.17.0",
"targz": "^1.0.1",
"unzipper": "^0.10.14",
"vscode-extension-tester-locators": "^3.10.0"
"vscode-extension-tester-locators": "^3.11.0"
},
"peerDependencies": {
"mocha": ">=5.2.0",
Expand Down

0 comments on commit 2ffeada

Please sign in to comment.