-
-
Notifications
You must be signed in to change notification settings - Fork 769
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finally getting there. Most parts of the code are stable now. The IDE still needs stabilization so that is just in beta. We will be getting certificates soon Exciting times 🎉
- Loading branch information
Showing
25 changed files
with
160 additions
and
146 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@seleniumhq/browser-info", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"private": false, | ||
"description": "Get information about installed browsers", | ||
"author": "Tomer <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@seleniumhq/get-driver", | ||
"version": "4.0.0-alpha.3", | ||
"version": "4.0.1", | ||
"private": false, | ||
"description": "Download browser drivers", | ||
"author": "Tomer <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "selenium-ide", | ||
"version": "4.0.1-alpha.99", | ||
"version": "4.0.1-beta.1", | ||
"private": false, | ||
"description": "Selenium IDE electron app", | ||
"author": "Todd <[email protected]>", | ||
|
@@ -114,17 +114,17 @@ | |
"@fontsource/roboto": "^5.0.8", | ||
"@mui/icons-material": "^5.15.0", | ||
"@mui/material": "^5.15.0", | ||
"@seleniumhq/code-export-csharp-nunit": "^4.0.0-alpha.6", | ||
"@seleniumhq/code-export-csharp-xunit": "^4.0.0-alpha.6", | ||
"@seleniumhq/code-export-java-junit": "^4.0.0-alpha.6", | ||
"@seleniumhq/code-export-javascript-mocha": "^4.0.0-alpha.8", | ||
"@seleniumhq/code-export-python-pytest": "^4.0.0-alpha.7", | ||
"@seleniumhq/code-export-ruby-rspec": "^4.0.0-alpha.6", | ||
"@seleniumhq/get-driver": "^4.0.0-alpha.3", | ||
"@seleniumhq/side-api": "^4.0.0-alpha.49", | ||
"@seleniumhq/side-commons": "^4.0.0-alpha.3", | ||
"@seleniumhq/side-model": "^4.0.0-alpha.5", | ||
"@seleniumhq/side-runtime": "^4.0.0-alpha.44", | ||
"@seleniumhq/code-export-csharp-nunit": "^4.0.1", | ||
"@seleniumhq/code-export-csharp-xunit": "^4.0.1", | ||
"@seleniumhq/code-export-java-junit": "^4.0.1", | ||
"@seleniumhq/code-export-javascript-mocha": "^4.0.1", | ||
"@seleniumhq/code-export-python-pytest": "^4.0.1", | ||
"@seleniumhq/code-export-ruby-rspec": "^4.0.1", | ||
"@seleniumhq/get-driver": "^4.0.1", | ||
"@seleniumhq/side-api": "^4.0.1", | ||
"@seleniumhq/side-commons": "^4.0.1", | ||
"@seleniumhq/side-model": "^4.0.1", | ||
"@seleniumhq/side-runtime": "^4.0.1", | ||
"dnd-core": "^16.0.1", | ||
"electron-chromedriver": "^28.0.0", | ||
"electron-log": "^5.1.0", | ||
|
@@ -140,12 +140,12 @@ | |
"react-resizable-panels": "^1.0.8", | ||
"scroll-into-view-if-needed": "^3.0.10", | ||
"selenium-webdriver": "^4.16.0", | ||
"side-code-export": "^4.0.0-alpha.17", | ||
"side-code-export": "^4.0.0", | ||
"v8-compile-cache": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@medv/finder": "^1.1.1", | ||
"@seleniumhq/browser-info": "^4.0.0-alpha.2", | ||
"@seleniumhq/browser-info": "^4.0.1", | ||
"@types/copy-webpack-plugin": "8.0.1", | ||
"@types/electron-devtools-installer": "^2.2.5", | ||
"@types/fs-extra": "^11.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@seleniumhq/side-api", | ||
"version": "4.0.0-alpha.49", | ||
"version": "4.0.1", | ||
"private": false, | ||
"description": "Selenium IDE API command shapes and such", | ||
"author": "Todd Tarsi <[email protected]>", | ||
|
@@ -12,18 +12,18 @@ | |
"watch": "tsc --watch" | ||
}, | ||
"engines": { | ||
"node": "^16.0.0" | ||
"node": ">16" | ||
}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@seleniumhq/browser-info": "^4.0.0-alpha.2", | ||
"@seleniumhq/get-driver": "^4.0.0-alpha.3", | ||
"@seleniumhq/side-model": "^4.0.0-alpha.5", | ||
"@seleniumhq/side-runtime": "^4.0.0-alpha.43", | ||
"@seleniumhq/browser-info": "^4.0.1", | ||
"@seleniumhq/get-driver": "^4.0.1", | ||
"@seleniumhq/side-model": "^4.0.1", | ||
"@seleniumhq/side-runtime": "^4.0.1", | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@seleniumhq/side-commons", | ||
"version": "4.0.0-alpha.3", | ||
"version": "4.0.1", | ||
"private": false, | ||
"description": "Selenium IDE common utilities", | ||
"author": "Tomer <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@seleniumhq/side-example-suite", | ||
"version": "4.0.0-alpha.9", | ||
"version": "4.0.1", | ||
"private": true, | ||
"description": "Selenium IDE example suite, with tests, plugin, and export format", | ||
"author": "Todd <[email protected]>", | ||
|
@@ -17,11 +17,11 @@ | |
"watch": "tsc --watch" | ||
}, | ||
"dependencies": { | ||
"side-code-export": "^4.0.0-alpha.17", | ||
"@seleniumhq/code-export-python-pytest": "^4.0.0-alpha.6" | ||
"side-code-export": "^4.0.0", | ||
"@seleniumhq/code-export-python-pytest": "^4.0.1" | ||
}, | ||
"devDependencies": { | ||
"@seleniumhq/side-api": "^4.0.0-alpha.46" | ||
"@seleniumhq/side-api": "^4.0.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@seleniumhq/side-model", | ||
"version": "4.0.0-alpha.5", | ||
"version": "4.0.1", | ||
"private": false, | ||
"description": "Selenium IDE shared models", | ||
"author": "Tomer <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@seleniumhq/side-runtime", | ||
"version": "4.0.0-alpha.44", | ||
"version": "4.0.1", | ||
"private": false, | ||
"description": "Selenium IDE playback and execution", | ||
"author": "Tomer <[email protected]>", | ||
|
@@ -25,13 +25,13 @@ | |
"url": "https://github.com/SeleniumHQ/selenium-ide/issues" | ||
}, | ||
"devDependencies": { | ||
"@seleniumhq/get-driver": "^4.0.0-alpha.3", | ||
"@seleniumhq/side-testkit": "^4.0.0-alpha.2", | ||
"@seleniumhq/webdriver-testkit": "^4.0.0-alpha.4" | ||
"@seleniumhq/get-driver": "^4.0.1", | ||
"@seleniumhq/side-testkit": "^4.0.1", | ||
"@seleniumhq/webdriver-testkit": "^4.0.1" | ||
}, | ||
"dependencies": { | ||
"@seleniumhq/side-commons": "^4.0.0-alpha.3", | ||
"@seleniumhq/side-model": "^4.0.0-alpha.5", | ||
"@seleniumhq/side-commons": "^4.0.1", | ||
"@seleniumhq/side-model": "^4.0.1", | ||
"@types/selenium-webdriver": "^4.1.21", | ||
"selenium-webdriver": "^4.16.0" | ||
}, | ||
|
Oops, something went wrong.