twentytwo-labs/behat-open-api 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

twentytwo-labs/behat-open-api

最新稳定版本:1.0.5

Composer 安装命令:

composer require twentytwo-labs/behat-open-api

包简介

Behat contexts

README 文档

README

Behat Open Api contexts provide most common Api Behat tests.

Installation

This extension requires:

  • Behat 3+
  • Mink extension

Project dependency

  1. Install Composer
  2. Require the package with Composer:
$ composer require --dev twentytwo-labs/behat-open-api 
  1. Activate extension by specifying its class in your behat.yml:
# behat.yml default: # ... extensions: TwentytwoLabs\BehatOpenApiExtension: schemaFile: "file:///path/to/your/schema" #optinal

Usage

In behat.yml, enable desired contexts:

default: suites: default: contexts: - TwentytwoLabs\BehatOpenApiExtension\Context\DebugContext: ~ - TwentytwoLabs\BehatOpenApiExtension\Context\RestContext: ~ - TwentytwoLabs\BehatOpenApiExtension\Context\JsonContext: ~ - TwentytwoLabs\BehatOpenApiExtension\Context\OpenApiContext: ~

Examples

  • TwentytwoLabs\BehatOpenApiExtension\Context\DebugContext

    • @Then print last response headers
    • @Then print profiler link
  • TwentytwoLabs\BehatOpenApiExtension\Context\JsonContext

    • @Then the response should be in JSON
    • @Then the response should not be in JSON
    • @Then the JSON node :node should be equal to :text
    • @Then the JSON nodes should be equal to:
    • @Then the JSON node :node should match :pattern
    • @Then the JSON node :node should be null
    • @Then the JSON node :node should not be null
    • @Then the JSON node :node should be true
    • @Then the JSON node :node should be false
    • @Then the JSON node :node should be equal to the string :text
    • @Then the JSON node :node should be equal to the number :number
    • @Then the JSON node :node should have :count element(s)
    • @Then the JSON node :node should contain :text
    • @Then the JSON node :node should not contain :text
    • @Then the JSON nodes should contain: | ... | 
    •  @Then the JSON nodes should not contain: | ... | 
    • @Then the JSON node :name should exist
    • @Then the JSON node :name should not exist
    • @Then the JSON should be equal to:
    •  @Then I should see JSON with key : | ... | 
    •  @Then the JSON should be match to: | ... | 
      This step link to [Array-comparator](https://github.com/TwentytwoLabs/array-comparator package)
  • TwentytwoLabs\BehatOpenApiExtension\Context\OpenApiContext

    • @Then the response should be valid according to the operation id :operationId
  • TwentytwoLabs\BehatOpenApiExtension\Context\RestContext

    • @Then I add :name header equal to :value
    • @Given I send a :method request to :path
    •  @Given I send a :method request to :path with parameters: | key | value | | ... | ..... | 
    •  @Given I send a :method request to :path with body: """ { #... } """ 
    • @Then /^the response status code should be equal to (?P<code>\d+)$/
    •  @Then the response should be equal to: """ { # ... } """ 
    • @Then the response should be empty
    • @Then the header :name should be equal to :value
    • @Then the header :name should not be equal to :value
    • @Then the header :name should contain :value
    • @Then the header :name should not contain :value
    • @Then the header :name should not exist
    • @Then the header :name should match :regex
    • @Then the header :name should not match :regex
    • @Then the response should expire in the future
    • @Then the response should be encoded in :encoding

统计信息

  • 总下载量: 8.72k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固