Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djelinek committed Dec 20, 2023
1 parent 9b69788 commit dee2e42
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Change Log

## NEXT
## 7.0.0

> Month DD YYYY
> December 20, 2023
- [🚫 Bug] Wrong indentation of warning/error messages in console logs
- [🚫 Bug] Failed to write a test for a user webview
- [🚀 Request] Remove deprecated content from Wiki pages
- [🚀 Request] Rename package to comply with VS Code policy
- [🚀 Request] Support VS Code 1.85.x

## 6.0.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Simply install our package into your extension `devDependencies` to get started:
npm install --save-dev vscode-extension-tester@latest
```

Make sure to check out the [Documentation](#documentation) for detailed instructions.
Make sure to check out the 🔗 [Documentation](#documentation) for detailed instructions.

- 📄 [How to set up the tests](../../wiki/Test-Setup)
- 📄 [Configuring Mocha](../../wiki/Mocha-Configuration)
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": "6.0.0",
"version": "7.0.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.11.0",
"monaco-page-objects": "^3.12.0",
"sanitize-filename": "^1.6.3",
"selenium-webdriver": "^4.16.0",
"targz": "^1.0.1",
"unzipper": "^0.10.14",
"vscode-extension-tester-locators": "^3.9.0"
"vscode-extension-tester-locators": "^3.10.0"
},
"peerDependencies": {
"mocha": ">=5.2.0",
Expand Down

0 comments on commit dee2e42

Please sign in to comment.