基于electron开发的页面响应测试工具,可模拟用户自动访问系统url。
# Clone this repository
git clone https://github.com/phil-cheng/auto-web-test-tools.git
# Go into the repository
cd auto-web-test-tools
# Install dependencies
npm install
# Run the app
npm start
- 基于electron-packager打包命令:npm run-script package
- 基于electron-builder打包命令:npm run-script dist