Test Result : Scenario: Simple Jetty with rest-api war
2 failures
, 3 skipped
6 tests
All Tests
Test name | Duration | Status |
---|---|---|
Given Server with host "127.0.0.1" on port "8081" | 0 ms | Passed |
Scenario: Simple Jetty with rest-api war | 1 ms | Failed |
Then REST response containing AccessToken | 0 ms | Skipped |
Then REST response contains list of Users | 0 ms | Skipped |
When REST GET call at "/v1/_/users?offset=0&limit=50" | 0 ms | Skipped |
When REST POST call at "/v1/authentication/user" with JSON "{"password": "kapua-password", "username": "kapua-sys"}" | 1 ms | Failed |