Tests for environment variables getters.

This commit is contained in:
2022-01-14 10:27:34 -03:00
parent c804c87306
commit 916f384b7b
2 changed files with 22 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
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