electerm 1.21.16 → 1.21.34
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 +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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
|
|
package/package.json
CHANGED