# safy **Repository Path**: mirrors_leecade/safy ## Basic Information - **Project Name**: safy - **Description**: 自动化测试系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 纯前端自动化测试系统 ### 前提: 本机安装好了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(这个自定义,会自动创建)