# autuTest **Repository Path**: jieimbyte/autoTest ## Basic Information - **Project Name**: autuTest - **Description**: 自动化生成测试数据 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-14 - **Last Updated**: 2024-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AUTO TEST ## 操作步骤 npm install node ./input.js ## 文件结构 * 输入输出文件都在excel * 输入文件名:`input_field.xlsx` * 输出文件名: ` output_sample_data.xlsx` ## 注意 1. 请先安装`nodejs` 2. 一定要保证输出文件存在且文件名为 `input_field.xlsx` 3. 进入`src`终端下执行 `node input.js`