Adding new tests.
This commit is contained in:
@@ -14,4 +14,16 @@ Feature: The Replay API client
|
||||
|
||||
|
||||
# Since this is a remote repository, it is impossible to test the config getters methods.
|
||||
# They have to be runned inside a local repository wich contains Replay, so, unfortunatelly, they will not be tested, at least not for now.
|
||||
# They have to be runned inside a local repository wich contains Replay, so, unfortunatelly, they will not be tested, at least not for now.
|
||||
|
||||
|
||||
#It is also not possible to test the open_app method for the same reasons as above.
|
||||
|
||||
|
||||
Scenario: Testing the menu_get_all_enabled method.
|
||||
Given the Replay client
|
||||
When the menu_get_all_enabled method is called
|
||||
Then there must be a list as a return
|
||||
|
||||
|
||||
# Given the fact that the methods "service_stop_all" and "exit" will break the tests chain, they cannot be tested.
|
||||
Reference in New Issue
Block a user