From af02b8bd5ecc399be41891c2fd83c134f53e2a08 Mon Sep 17 00:00:00 2001 From: pojoy Date: Fri, 3 May 2024 15:54:19 +0800 Subject: [PATCH 1/3] docs : update --- README.md | 15 +++------------ README_CN.md | 17 ++++------------- 2 files changed, 7 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 5a9eec4..3bb9ffd 100644 --- a/README.md +++ b/README.md @@ -10,20 +10,11 @@ Gobot is a powerful stateful API testing robot. It provides a graphical interfac ## Quick Installation -> Note: Enable local running mode. All changes are recorded in memory (not saved permanently). If you need to save, download the files to your local machine or use the formal deployment method. * windows -1. Go to the [release page](https://github.com/pojol/gobot/driver/releases/tag/v0.3.8) and download the executable program. +1. Go to the [release page](https://github.com/pojol/gobot/driver/releases/tag/v0.4.4) and download the executable program. 2. Run the server by executing the run.bat file in the gobot_driver_win_x64_v0.3.8 directory. - * Run the editor program by executing gobot.ext in the gobot_editor_win_x64_v0.3.8 directory. -3. Fill in the address input window that pops up or the address bar on the config page with http://127.0.0.1:8888, the local server address. -4. Switch to the bots panel in the editor, and drag in the two test cases, http_sample.txt and tcp_sample.txt. -5. Select a test case, click load to load the robot into the editing interface. - * Click the debug (spider) button below to debug (create a new debugging robot). - * Click the adjacent run button to execute step by step (run behavior tree nodes). - * Click on any node in the editor to view its settings. - * The Meta panel displays all data of the robot. - * Response displays the return values of each node. - * RuntimeErr displays any error messages encountered during node execution (automatically switches to it). +3. Run the editor program by executing gobot.ext in the gobot_editor_win_x64_v0.3.8 directory. +4. Fill in the address input window that pops up or the address bar on the config page with http://127.0.0.1:8888, the local server address. ## Feature diff --git a/README_CN.md b/README_CN.md index c23af51..823428a 100644 --- a/README_CN.md +++ b/README_CN.md @@ -7,19 +7,10 @@ Gobot是一个功能强大的有状态API测试机器人。它提供图形界面 [![CI](https://github.com/pojol/gobot/driver/actions/workflows/dockerimage.yml/badge.svg?branch=develop)](https://github.com/pojol/gobot/driver/actions/workflows/dockerimage.yml) ## 快速安装 -> 注:开启本地运行模式,所有的改动被记录在内存(并不会真正保存)如果需要保存请将文件下载到本地;或采用正式的部署方式 -1. 进入最新的 [release页面](https://github.com/pojol/gobot/driver/releases/tag/v0.3.8) 下载可执行程序 -2. 执行 gobot_driver_win_x64_v0.3.8 目录中的 run.bat 文件, 运行服务器 - * 执行 gobot_editor_win_x64_v0.3.8 目录中的 gobot.ext, 运行编辑器程序 -3. 在弹出的地址输入窗口 或 config 页的地址栏中填入 http://127.0.0.1:8888 本地服务器地址 -4. 切换到编辑器的 bots 面板,将 http_sample.txt 和 tcp_sample.txt 两个用例拖入 -5. 选择一个用例,点击 load 将机器人加载到编辑界面 - * 点击下方的 debug (爬虫)按钮进行调试(创建一个新的调试机器人 - * 点击旁边的 运行 按钮,单步执行(运行行为树节点 - * 点击编辑器中的任意一个节点 可以查看这个节点的设置 - * Meta 面板 可以查看机器人的所有数据 - * Response 显示的是每个节点中的返回值 - * RuntimeErr 显示的是执行节点可能遇到的错误信息(会自动切换过去 +1. 进入最新的 [release页面](https://github.com/pojol/gobot/driver/releases/tag/v0.4.4) 下载可执行程序 +2. 执行 gobot_driver_win_x64_v0.3.8 目录中的 start.bat 文件, 运行服务器 +3. 执行 gobot_editor_win_x64_v0.3.8 目录中的 gobot.exe, 运行编辑器程序 +4. 在弹出的地址输入窗口 或 config 页的地址栏中填入 http://127.0.0.1:8888 本地服务器地址 ## 特性 * 使用`行为树`控制机器人的运行逻辑,使用`脚本`控制节点的具体行为(比如发起一次http请求 From e658c7578117aee6c4b8f1055c0afb00c87fc55a Mon Sep 17 00:00:00 2001 From: pojoy Date: Fri, 3 May 2024 15:55:38 +0800 Subject: [PATCH 2/3] docs : update --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bb9ffd..ad0614e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Gobot is a powerful stateful API testing robot. It provides a graphical interfac ## Quick Installation * windows -1. Go to the [release page](https://github.com/pojol/gobot/driver/releases/tag/v0.4.4) and download the executable program. +1. Go to the [release page](https://github.com/pojol/gobot/releases/tag/v0.4.4) and download the executable program. 2. Run the server by executing the run.bat file in the gobot_driver_win_x64_v0.3.8 directory. 3. Run the editor program by executing gobot.ext in the gobot_editor_win_x64_v0.3.8 directory. 4. Fill in the address input window that pops up or the address bar on the config page with http://127.0.0.1:8888, the local server address. diff --git a/README_CN.md b/README_CN.md index 823428a..edd99c7 100644 --- a/README_CN.md +++ b/README_CN.md @@ -7,7 +7,7 @@ Gobot是一个功能强大的有状态API测试机器人。它提供图形界面 [![CI](https://github.com/pojol/gobot/driver/actions/workflows/dockerimage.yml/badge.svg?branch=develop)](https://github.com/pojol/gobot/driver/actions/workflows/dockerimage.yml) ## 快速安装 -1. 进入最新的 [release页面](https://github.com/pojol/gobot/driver/releases/tag/v0.4.4) 下载可执行程序 +1. 进入最新的 [release页面](https://github.com/pojol/gobot/releases/tag/v0.4.4) 下载可执行程序 2. 执行 gobot_driver_win_x64_v0.3.8 目录中的 start.bat 文件, 运行服务器 3. 执行 gobot_editor_win_x64_v0.3.8 目录中的 gobot.exe, 运行编辑器程序 4. 在弹出的地址输入窗口 或 config 页的地址栏中填入 http://127.0.0.1:8888 本地服务器地址 From 44ebcdb75cb37f51d4f03a1b1e4e8fffd211b393 Mon Sep 17 00:00:00 2001 From: pojoy Date: Fri, 3 May 2024 16:42:12 +0800 Subject: [PATCH 3/3] docs : update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ad0614e..10138a4 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,8 @@ Gobot is a powerful stateful API testing robot. It provides a graphical interface for building test scenarios, allows for easy test script writing, step-by-step debugging and pressure testing, and can share and store states between each stage of the testing process. [![Go Report Card](https://goreportcard.com/badge/github.com/pojol/gobot/driver)](https://goreportcard.com/report/github.com/pojol/gobot/driver) -[![](https://img.shields.io/badge/%E6%96%87%E6%A1%A3-Doc-2ca5e0?style=flat&logo=github)](https://pojol.gitee.io/gobot/#/) +[![](https://img.shields.io/badge/%E6%96%87%E6%A1%A3-Doc-2ca5e0?style=flat&logo=github)](https://pojol.github.io/gobot/#/) [![](https://img.shields.io/badge/Trello-Todo-2ca5e0?style=flat&logo=trello)](https://trello.com/b/8eDZ6h7n/) -[![CI](https://github.com/pojol/gobot/driver/actions/workflows/dockerimage.yml/badge.svg?branch=develop)](https://github.com/pojol/gobot/driver/actions/workflows/dockerimage.yml) [中文](https://github.com/pojol/gobot/driver/blob/master/README_CN.md)