Skip to content

BDD auto test framework for http api AUT based on python behave, 行为驱动开发的自动化测试框架

License

Notifications You must be signed in to change notification settings

crki76/http-api-test-framework-python-behave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

auto test framework based on python behave

  • BDD framework - python behave
  • send requests
  • setup/teardown by access database
  • verify response

dependence

  • pip install requests
  • pip install behave

structure

  • libs: common libs
  • features/steps: test step lib
  • features/steps/__init__.py: include
  • features/steps//__init__.py: include
  • features/suites: test suite dir

how to run test

  • cd http-api-test-framework-python-behave
  • behave

About

BDD auto test framework for http api AUT based on python behave, 行为驱动开发的自动化测试框架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.1%
  • Gherkin 6.9%