From 1580497500162ebb9c1c67485ac768225d5a2449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Youen=20Ch=C3=A9n=C3=A9?= Date: Wed, 4 Oct 2023 15:11:40 +0200 Subject: [PATCH] feat: conforminit test init --- test/README.md | 4 ++++ test/check-service-conformity.feature | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 test/README.md create mode 100644 test/check-service-conformity.feature diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..a1d4cdd --- /dev/null +++ b/test/README.md @@ -0,0 +1,4 @@ +## Test Script + +### Test Script to check the good behavior of each service implementation. + diff --git a/test/check-service-conformity.feature b/test/check-service-conformity.feature new file mode 100644 index 0000000..27652f8 --- /dev/null +++ b/test/check-service-conformity.feature @@ -0,0 +1,16 @@ +Feature: + +Scenario: + * url 'http://localhost:8080/' + * path 'healthcheck' + * method head + +Scenario: + * url 'http://localhost:8080/' + * path 'healthcheck' + * method head + +Scenario: + * url 'http://localhost:8080/' + * path 'api/accounts' + * method post \ No newline at end of file