mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-21 15:52:56 +00:00
.. | ||
tests | ||
tests-examples | ||
.env | ||
.env.development.local | ||
.gitignore | ||
package.json | ||
playwright.config.js | ||
README.md | ||
yarn.lock |
安装 vs code 插件(可选)
插件名称 Playwright Test for VSCode
配置环境变量
ROOT_URL
需要测试的平台地址LOGIN_NAME
登录账户PASSWORD
账户密码
安装node modules
yarn
运行测试
yarn test