Skip to content

Commit

Permalink
Merge pull request #24 from pojol/release/v0.4.4
Browse files Browse the repository at this point in the history
Release/v0.4.4
  • Loading branch information
pojol authored May 3, 2024
2 parents a043349 + 44ebcdb commit 1cc9858
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 27 deletions.
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,18 @@
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)


## 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/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
Expand Down
17 changes: 4 additions & 13 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/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请求
Expand Down

0 comments on commit 1cc9858

Please sign in to comment.