Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-2001

BDD tests: Refactor Deploy Quarkus and Deploy Spring Boot and other scenarios to use the domain steps

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Minor Minor
    • 0.11.0
    • 0.10.0
    • Operator

      As an example:

      Current

      And HTTP POST request on service "process-quarkus-example" with path "orders" and body:
            """json
            {
              "approver" : "john", 
              "order" : {
                "orderNumber" : "12345", 
                "shipped" : false
              }
            }
            """
          And HTTP GET request on service "process-quarkus-example" with path "orders" should return an array of size 1 within 1 minutes
      

      should be

      And Start "orders" process on service "process-quarkus-example" with body:
            """json
            {
              "approver" : "john", 
              "order" : {
                "orderNumber" : "12345", 
                "shipped" : false
              }
            }
            """
          And Service "process-quarkus-example" contains 1 instance of process with name "orders"
      

            jcarvaja@redhat.com Jose Carvajal Hilario
            tradisso@redhat.com Tristan Radisson
            Karel Suta Karel Suta
            Karel Suta Karel Suta
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: