6 lines
261 B
Gherkin
6 lines
261 B
Gherkin
Feature: The environment variables getters
|
|
|
|
Scenario: Testing every environment variable getter
|
|
Given the Replay client
|
|
When each one of the getters is called
|
|
Then all of the returns must be either of the type string or the type None |