Skip to content

gabfec/rust-bdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-bdd

Rust-based Gherkin testing framework with ZeroMQ / Protobuf

Tests License Made with Rust Rust

Gherkin feature file

Feature: Ping Pong

  Scenario: Test basic communication
    Given I run broker
    When I send message PingRequest
    Then I expect message PongReply
      """
      {
        "message": "Hello"
      }
      """

License

MIT License — see LICENSE file for details.

About

Rust-based Gherkin testing framework with ZeroMQ / Protobuf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors