Project Date
demo 08 Apr 2022, 10:42

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.152 Passed
Feature at/htl/beeyond/integration/template/template-deletion.feature
Template deletion endpoint
0.069
* url baseUrl + '/template' 0.000
* configure headers = { Authorization: '#(auth(karate.tags))' } 0.001
* def insertTemplate = read('classpath:at/htl/beeyond/integration/util/create-template.feature') 0.001
* def insertTemplateResponse = call insertTemplate 0.034
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.014
> And status 201 0.000
> Given url responseHeaders['Location'][0] 0.000
> When method GET 0.012
> Then def template = response 0.000
* def template = insertTemplateResponse.template 0.000
Tags: @teacher
0.023
Given path template.id 0.000
When method DELETE 0.009
Then status 204 0.000
Given path template.id 0.000
When method GET 0.013
Then status 200 0.000
And match response.deleted == true 0.000
0.049
* 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.001
* def insertTemplateResponse = call insertTemplate 0.025
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.011
> And status 201 0.000
> Given url responseHeaders['Location'][0] 0.000
> When method GET 0.008
> Then def template = response 0.000
* def template = insertTemplateResponse.template 0.000
Tags: @teacher
0.010
Given path '1000' 0.000
When method DELETE 0.010
Then status 404 0.000