Adding tests to the new methods.

This commit is contained in:
2022-01-17 12:26:36 -03:00
parent 9f21421d72
commit d83ff98365
2 changed files with 27 additions and 2 deletions
+9 -2
View File
@@ -1,6 +1,13 @@
Feature: The environment variables getters
Feature: The Replay API client
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
Then all of the returns must be either of the type string or the type None
Scenario: Testing the process of creating and registering a Log
Given the Replay client
And a Log created
When the log method is called
Then this new log must be registered in the Replay Data Base