cucumber_rust 0.1.0

An implementation of the Cucumber testing framework for Rust. Fully native, no external test runners or dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
Feature: test feature

  Scenario: Testing a scenario
    Given a thing
    When another thing
    And test exciting regex
    And test another regex
    Then done a thing

  Scenario: Foo
    When something goes right
    Then another thing