safy icon indicating copy to clipboard operation
safy copied to clipboard

自动化测试系统

纯前端自动化测试系统

前提:

本机安装好了Mysql

获取代码:

git clone https://github.com/supersha/safy.git

运行:

cd safy
npm install
node index.js

然后浏览给定的端口号下的localhost服务,比如:http://localhost:3000

一点点说明:

系统第一次运行的时候,需要配置Mysql信息,host、user、password、database(这个自定义,会自动创建)