Skip to content

Commit

Permalink
feat: conforminit test init
Browse files Browse the repository at this point in the history
  • Loading branch information
youenchene committed Oct 4, 2023
1 parent a2718f9 commit 1580497
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Test Script

### Test Script to check the good behavior of each service implementation.

16 changes: 16 additions & 0 deletions test/check-service-conformity.feature
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1580497

Please sign in to comment.