[PR #2427] [MERGED] Use playwright to do test, upgrade electron to v17 #3763

Closed
opened 2026-02-27 01:53:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/electerm/electerm/pull/2427
Author: @zxdong262
Created: 4/3/2022
Status: Merged
Merged: 4/3/2022
Merged by: @zxdong262

Base: masterHead: test


📝 Commits (5)

  • a69e2fa Use playwright to do test
  • e605821 version bump
  • f4ddfa7 fix test[skip linux][skip arm][skip win]
  • 18d369a [skip linux][skip mac][skip arm]
  • 061527f [skip linux][skip mac][skip arm] use win-2022 to build

📊 Changes

32 files changed (+636 additions, -17120 deletions)

View changed files

📝 .github/workflows/linux.yml (+1 -1)
📝 .github/workflows/mac-arm.yml (+1 -1)
📝 .github/workflows/mac.yml (+2 -1)
📝 .github/workflows/npm.yml (+1 -1)
📝 .github/workflows/win.yml (+3 -3)
📝 README.md (+5 -2)
package-lock.json (+0 -16229)
📝 package.json (+11 -16)
📝 src/app/server/ssh2-alg.js (+17 -6)
📝 src/client/components/sftp/sftp-entry.jsx (+4 -4)
test/e2e/001.init.spec.js (+0 -94)
📝 test/e2e/002.init.setting.spec.js (+32 -36)
📝 test/e2e/003.basic-terminal.spec.js (+17 -24)
📝 test/e2e/004.basic-sftp.spec.js (+76 -85)
📝 test/e2e/005.basic-ssh.spec.js (+17 -28)
📝 test/e2e/006.basic-terminal-split.spec.js (+17 -21)
📝 test/e2e/007.basic.history.spec.js (+14 -27)
📝 test/e2e/008.basic.bookmarks.spec.js (+22 -23)
📝 test/e2e/009.basic.file-manager.spec.js (+64 -83)
📝 test/e2e/010.basic-sftp-file-transfer.spec.js (+115 -110)

...and 12 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/electerm/electerm/pull/2427 **Author:** [@zxdong262](https://github.com/zxdong262) **Created:** 4/3/2022 **Status:** ✅ Merged **Merged:** 4/3/2022 **Merged by:** [@zxdong262](https://github.com/zxdong262) **Base:** `master` ← **Head:** `test` --- ### 📝 Commits (5) - [`a69e2fa`](https://github.com/electerm/electerm/commit/a69e2fa4fe418aaf10c6b0462cf26a9524eafa01) Use playwright to do test - [`e605821`](https://github.com/electerm/electerm/commit/e60582101574e4ec227fbfed693a6eb3b69cbc1c) version bump - [`f4ddfa7`](https://github.com/electerm/electerm/commit/f4ddfa7123966aa88338146e0b0d8a8b6c8fa90a) fix test[skip linux][skip arm][skip win] - [`18d369a`](https://github.com/electerm/electerm/commit/18d369a7ac571968e3ce255f648b17bfa8bb19b8) [skip linux][skip mac][skip arm] - [`061527f`](https://github.com/electerm/electerm/commit/061527fcc561bed842b3f5289a9026747e1ccf95) [skip linux][skip mac][skip arm] use win-2022 to build ### 📊 Changes **32 files changed** (+636 additions, -17120 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/linux.yml` (+1 -1) 📝 `.github/workflows/mac-arm.yml` (+1 -1) 📝 `.github/workflows/mac.yml` (+2 -1) 📝 `.github/workflows/npm.yml` (+1 -1) 📝 `.github/workflows/win.yml` (+3 -3) 📝 `README.md` (+5 -2) ➖ `package-lock.json` (+0 -16229) 📝 `package.json` (+11 -16) 📝 `src/app/server/ssh2-alg.js` (+17 -6) 📝 `src/client/components/sftp/sftp-entry.jsx` (+4 -4) ➖ `test/e2e/001.init.spec.js` (+0 -94) 📝 `test/e2e/002.init.setting.spec.js` (+32 -36) 📝 `test/e2e/003.basic-terminal.spec.js` (+17 -24) 📝 `test/e2e/004.basic-sftp.spec.js` (+76 -85) 📝 `test/e2e/005.basic-ssh.spec.js` (+17 -28) 📝 `test/e2e/006.basic-terminal-split.spec.js` (+17 -21) 📝 `test/e2e/007.basic.history.spec.js` (+14 -27) 📝 `test/e2e/008.basic.bookmarks.spec.js` (+22 -23) 📝 `test/e2e/009.basic.file-manager.spec.js` (+64 -83) 📝 `test/e2e/010.basic-sftp-file-transfer.spec.js` (+115 -110) _...and 12 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:53:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#3763
No description provided.