Skip to content

Commit

Permalink
indention fix in cucumber section
Browse files Browse the repository at this point in the history
  • Loading branch information
pfichtner committed Jan 7, 2025
1 parent 09f8739 commit 6a00bc2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,15 @@ For a complete python example see https://github.com/pfichtner/virtualavr/tree/m


```Cucumber
Scenario: Noise level is within 90% of the reference, green led is on
Given the pin of D10 is monitored
And the pin of D11 is monitored
And the pin of D12 is monitored
When the A0 is set to 1000
And the A1 is set to 900
Then the D10 should be on
And the D11 should be off
And the D12 should be off
Scenario: Noise level is within 90% of the reference, green led is on
Given the pin of D10 is monitored
And the pin of D11 is monitored
And the pin of D12 is monitored
When the A0 is set to 1000
And the A1 is set to 900
Then the D10 should be on
And the D11 should be off
And the D12 should be off
```
For a complete python gherkin example see https://github.com/pfichtner/virtualavr/tree/main/demo/python-gherkin

Expand Down

0 comments on commit 6a00bc2

Please sign in to comment.