airborne:RSpec驱动的API测试框架

时间:2024-05-02 20:05:03
【文件属性】:

文件名称:airborne:RSpec驱动的API测试框架

文件大小:41KB

文件格式:ZIP

更新时间:2024-05-02 20:05:03

Ruby

空降 RSpec驱动的API测试框架 寻找项目维护者 我正在寻找项目维护人员,以帮助使机载设备保持最新状态且无错误,同时避免功能升级和保持向后兼容性。 如果您想提供帮助,请评论。 安装 安装机载: $ gem install airborne 或将其添加到您的Gemfile中: gem 'airborne' 创建测试 require 'airborne' describe 'sample spec' do it 'should validate types' do get 'http://example.com/api/v1/simple_get' #json api that returns { "name" : "John Doe" } expect_json_types ( name : :string ) end it 'should vali


【文件预览】:
airborne-master
----.travis.yml(186B)
----Rakefile(452B)
----LICENSE(1KB)
----Gemfile(124B)
----airborne.gemspec(813B)
----.rspec(6B)
----spec()
--------stub_helper.rb(2KB)
--------test_responses()
--------airborne()
--------spec_helper.rb(405B)
----.coveralls.yml(23B)
----.gitignore(601B)
----CHANGELOG.md(23KB)
----lib()
--------airborne.rb(1KB)
--------airborne()
----.dependabot()
--------config.yml(226B)
----README.md(15KB)

网友评论