Project Date
demo 07 Apr 2022, 13:43

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
at/htl/beeyond/integration/template/template-deletion.feature 42 0 0 0 0 42 2 0 2 0.114 Passed
Feature at/htl/beeyond/integration/template/template-deletion.feature
Template deletion endpoint
0.047
* url baseUrl + '/template' 0.000
* configure headers = { Authorization: '#(auth(karate.tags))' } 0.000
* def insertTemplate = read('classpath:at/htl/beeyond/integration/util/create-template.feature') 0.000
* def insertTemplateResponse = call insertTemplate 0.024
at/htl/beeyond/integration/util/create-template.feature 0.000
> * url baseUrl 0.000
> * path 'template' 0.000
> * configure headers = {Authorization: '#(auth(karate.tags))'} 0.000
> * def content = read('classpath:at/htl/beeyond/integration/util/nginx-deployment-template.yml.txt') 0.000
> Given request 0.000
{
  "name": "Nginx Deployment",
  "description": "Static Webserver",
  "content": "#(content)",
  "fields": [
    {
      "label": "Server count",
      "wildcard": "replica",
      "description": "How many server should there be?"
    },
    {
      "label": "Port of your saver",
      "wildcard": "port",
      "description": "This will be the port that will be exposed to the world"
    }
  ]
}
> When method POST 0.012
> And status 201 0.000
> Given url responseHeaders['Location'][0] 0.000
> When method GET 0.007
> Then def template = response 0.000
* def template = insertTemplateResponse.template 0.000
Tags: @teacher
0.019
Given path template.id 0.000
When method DELETE 0.011
Then status 204 0.000
Given path template.id 0.000
When method GET 0.006
Then status 200 0.000
And match response.deleted == true 0.000
0.042
* url baseUrl + '/template' 0.000
* configure headers = { Authorization: '#(auth(karate.tags))' } 0.000
* def insertTemplate = read('classpath:at/htl/beeyond/integration/util/create-template.feature') 0.000
* def insertTemplateResponse = call insertTemplate 0.022
at/htl/beeyond/integration/util/create-template.feature 0.000
> * url baseUrl 0.000
> * path 'template' 0.000
> * configure headers = {Authorization: '#(auth(karate.tags))'} 0.000
> * def content = read('classpath:at/htl/beeyond/integration/util/nginx-deployment-template.yml.txt') 0.000
> Given request 0.000
{
  "name": "Nginx Deployment",
  "description": "Static Webserver",
  "content": "#(content)",
  "fields": [
    {
      "label": "Server count",
      "wildcard": "replica",
      "description": "How many server should there be?"
    },
    {
      "label": "Port of your saver",
      "wildcard": "port",
      "description": "This will be the port that will be exposed to the world"
    }
  ]
}
> When method POST 0.010
> And status 201 0.000
> Given url responseHeaders['Location'][0] 0.000
> When method GET 0.006
> Then def template = response 0.000
* def template = insertTemplateResponse.template 0.000
Tags: @teacher
0.004
Given path '1000' 0.000
When method DELETE 0.004
Then status 404 0.000