# ipa-api-collecion **Repository Path**: wx-rdc/ipa-api-collecion ## Basic Information - **Project Name**: ipa-api-collecion - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-14 - **Last Updated**: 2023-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Prepare 首先安装命令行工具 ``` npm install -g @usebruno/cli ``` 然后在vscode中安装插件 `bruno` ## Run Tests ``` bru run user --env ipa ``` 其中 `user` 为目录名,其下所有的 bru 文件都会按照给定的顺序进行执行 `--env ipa` 用于指定使用哪个环境配置文件 也可以加上 `--output r.json` 将输出保存到文件中进行检查。