All Downloads are FREE. Search and download functionalities are using the official Maven repository.

p.step-automation-packages-sample1.3.26.5.source-code.keywords.yml Maven / Gradle / Ivy

The newest version!
keywords:
  - JMeter:
      name: "JMeter keyword from automation package"
      description: "JMeter keyword 1"
      executeLocally: false
      useCustomTemplate: true
      callTimeout: 1000
      jmeterTestplan: "jmeterProject1/jmeterProject1.xml"
  - Composite:
      name: "Composite keyword from AP"
      plan:
        root:
          testCase:
            children:
              - echo:
                  text: "Just echo"
              - return:
                  output:
                    - output1: "value"
                    - output2:
                        expression: "'some thing dynamic'"
  - GeneralScript:
      name: "GeneralScript keyword from AP"
      scriptLanguage: javascript
      scriptFile: "jsProject/jsSample.js"
      librariesFile: "lib/fakeLib.jar"
  - Node:
      name: "NodeAutomation"
      jsfile: "nodeProject/nodeSample.ts"
      




© 2015 - 2025 Weber Informatics LLC | Privacy Policy