features/server/web_user_interface.feature in mirage-1.0.1 vs features/server/web_user_interface.feature in mirage-1.0.2
- old
+ new
@@ -1,8 +1,10 @@
Feature: Mirage's home page allows you to see what response are currently being hosted.
From this page you can:
- Peek at a responses content
- Track the response to see if a request has been made to it
+
+ #TODO tests needed for displaying pattern and delay values
Background: There are already a couple of responses hosted on he Mirage server
Given I hit 'http://localhost:7001/mirage/set/greeting' with parameters:
| response | hello |
| default | true |
\ No newline at end of file