electerm 1.21.18 → 1.21.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
</a>
|
|
5
5
|
</h1>
|
|
6
6
|
|
|
7
|
-
# electerm
|
|
7
|
+
# electerm [](https://twitter.com/intent/tweet?text=Open%20sourced%20terminal%2Fssh%2Fsftp%20client(linux%2C%20mac%2C%20win)&url=https%3A%2F%2Fgithub.com%2Felecterm%2Felecterm&hashtags=electerm,ssh,terminal,sftp)
|
|
8
8
|
|
|
9
9
|
[](https://github.com/electerm/electerm/releases)
|
|
10
10
|
[](https://github.com/electerm/electerm/actions)
|
|
@@ -124,8 +124,9 @@ npm run pre-test
|
|
|
124
124
|
cp .sample.env .env
|
|
125
125
|
|
|
126
126
|
# install playwright
|
|
127
|
-
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -D playwright --no-save
|
|
128
|
-
|
|
127
|
+
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -D playwright@1.20.2 --no-save
|
|
128
|
+
|
|
129
|
+
# then edit .env, fill your test host/username/password, may only works in mac OS
|
|
129
130
|
npm run test
|
|
130
131
|
```
|
|
131
132
|
|
|
@@ -145,7 +146,7 @@ npm run release -l
|
|
|
145
146
|
|
|
146
147
|
## Use
|
|
147
148
|
|
|
148
|
-
- [Set autorun when login to os](https://github.com/electerm/electerm/wiki/
|
|
149
|
+
- [Set autorun when login to os](https://github.com/electerm/electerm/wiki/Autorun-electerm-when-login-to-os)
|
|
149
150
|
|
|
150
151
|
## Change log
|
|
151
152
|
|
package/package.json
CHANGED