2022-01-14 13:27:34 +00:00
|
|
|
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
|