Skip to main content

generate test case code

Project description

简介

gtc(generate test case) 是一个把http请求转换为测试代码的cli工具

功能

  • 支持解析curl命令
  • 支持解析postman文件
  • 支持解析swagger2文件
  • 支持生成笛卡尔积测试脚本
  • 支持解析curl文件并生成Jmeter性能脚本
  • 支持解析curl文件并生成Locust性能脚本
  • 支持解析postman文件并生成Jmeter性能脚本
  • 一键生成Jmeter性能压测方案脚本

安装

pip3 install gentccode

使用

执行下面命令,会在当前目录生成api文件(api.yaml)和测试代码的脚本文件(test_case.py)

gtc curl curl.txt
gtc postman postman.json
gtc swagger2 swagger.json
-------------------------
gtc jmeter curl.txt
gtc locust curl.txt
-------------------------
gtc cp -n a. curl.txt

已知问题

  • 若postman文件中有变量,则不会生成相对应的代码块.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gentccode-0.1.8.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

gentccode-0.1.8-py3-none-any.whl (19.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page