Started making a cucumber test for allchat.

Will need to incorporate mockito in order to mock controller input. Have commented out the tests as they are not working correctly yet.

 #story[1246]
This commit is contained in:
Kusal Ekanayake
2017-09-04 19:43:05 +12:00
parent 88d1e91b6f
commit fce7aa4f9a
5 changed files with 69 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
Feature: SendChat
Scenario: User send chat to another client
Given The are two games running
When the user has pressed sends the message "Hello world" in a text box
Then the other client should recieve the message "Hello world"