This commit is contained in:
Héctor Hurtado
2019-10-25 11:50:14 +02:00
parent d9e072f89a
commit 9cb9e9335d
5 changed files with 5 additions and 1 deletions
@@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
@skip
Feature: Kapow! server rejects insertion requests with malformed JSON bodies.
Kapow! server will reject to insert a route when
it receives a malformed JSON document in the
@@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
@skip
Feature: Kapow! server rejects insertion requests with semantic errors.
Kapow! server will refuse to insert routes when
it receives a valid JSON but not conforming document.
@@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
@skip
Feature: Consistent route ordering after inserting a route in a Kapow! server.
When inserting routes the server will mantain the
whole set of routes ordered and with consecutive indexes.
@@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
@skip
Feature: Insert new routes in Kapow! server.
Inserting routes allows users to configure the server. New
routes could be inserted at the beginning or before any