finished draf implementation of data debug

This commit is contained in:
César Gallego Rodríguez
2019-08-29 10:38:24 +02:00
committed by Roberto Abdelkader Martínez Pérez
parent 990cc1ba8f
commit b039db214f
2 changed files with 30 additions and 11 deletions
@@ -1,12 +1,13 @@
Feature: Retrieve a handler resource in Kapow! server.
Users can retrieve handler resources from
the server by specifying the handler id
Feature: Retrieve a resource from a handler in Kapow! server.
Users can retrieve request handler resources
from the server by specifying the handler id
and the resource path.
Scenario: Retrieve a resource.
Get the "request/path" resource for the current
request through the handler id.
<<<<<<< HEAD
Given I have a Kapow! server with the following testing routes:
| method | url_pattern |
| GET | /listRootDir |