# testgpt-docs **Repository Path**: enation-inc/testgpt-docs ## Basic Information - **Project Name**: testgpt-docs - **Description**: testgpt的文档 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-15 - **Last Updated**: 2025-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TestGPT 项目文档 这是 TestGPT 项目的官方文档,基于 Docusaurus 构建。 ## 📚 文档内容 ### 快速开始 - [介绍](./docs/intro.md) - 项目概述和核心特性 - [安装指南](./docs/installation.md) - 详细的安装步骤 - [快速开始](./docs/quick-start.md) - 5分钟快速体验 ### 使用指南 - [使用概览](./docs/usage/overview.md) - 系统架构和核心概念 - [测试用例管理](./docs/usage/test-cases.md) - 创建和管理测试用例 - [测试执行](./docs/usage/test-execution.md) - 执行测试用例 - [批量执行](./docs/usage/batch-execution.md) - 批量执行功能 - [统计分析](./docs/usage/statistics.md) - 测试结果分析 ### 功能特性 - [Web自动化](./docs/features/web-automation.md) - Web自动化功能 - [AI驱动功能](./docs/features/ai-powered.md) - AI驱动的智能功能 - [报告功能](./docs/features/reporting.md) - 测试报告功能 - [API功能](./docs/features/api.md) - API接口功能 - [用户界面](./docs/features/ui.md) - 用户界面功能 ### 开发指南 - [开发环境](./docs/development/setup.md) - 开发环境配置 - [API参考](./docs/development/api-reference.md) - API接口文档 - [贡献指南](./docs/development/contribution.md) - 如何贡献代码 - [部署指南](./docs/development/deployment.md) - 部署说明 ### 高级主题 - [配置指南](./docs/advanced/configuration.md) - 高级配置选项 - [自定义功能](./docs/advanced/customization.md) - 自定义和扩展 - [故障排除](./docs/advanced/troubleshooting.md) - 常见问题解决 - [FAQ](./docs/advanced/faq.md) - 常见问题解答 ### 其他 - [更新日志](./docs/changelog.md) - 版本更新记录 ## 🚀 快速启动 ### 方法一:使用启动脚本(推荐) ```bash cd docs ./start-docs.sh ``` ### 方法二:手动启动 ```bash cd docs npm install npm start ``` ### 方法三:使用 Docker ```bash cd docs docker build -t TestGPT-docs . docker run -p 3000:3000 TestGPT-docs ``` ## 🌐 访问文档 启动成功后,在浏览器中访问:http://localhost:3001 ## 📝 文档贡献 ### 添加新文档 1. 在 `docs/docs/` 目录下创建新的 Markdown 文件 2. 在 `sidebars.ts` 中添加文档链接 3. 提交 Pull Request ### 修改现有文档 1. 直接编辑对应的 Markdown 文件 2. 确保格式正确 3. 提交 Pull Request ### 文档规范 - 使用 Markdown 格式 - 添加适当的 frontmatter - 使用清晰的标题结构 - 包含代码示例和截图 ## 🔧 开发 ### 构建文档 ```bash npm run build ``` ### 部署到 GitHub Pages ```bash npm run deploy ``` ### 代码检查 ```bash npm run lint ``` ## 📞 支持 如果你在使用文档时遇到问题: 1. 查看 [FAQ](./docs/advanced/faq.md) 2. 提交 [Issue](https://gitee.com/enation-inc/TestGPT/issues) 3. 参与 [讨论](https://gitee.com/enation-inc/TestGPT/discussions) ## 📄 许可证 本文档采用 MIT 许可证。