Skip to the content.

fwk.setEnvironment

This action changes the environment on which the script execution has been initiated for. It is integrated with the framework’s execution engine that manages the connectivity.

Use cases

Parameters

1: environment

environment: "environment name"

Examples

  - number: 1
    type: "fwk.setEnvironment"
    name: "example1"
    description: "Set environment to tutorial"
    component: ""
    condition: ""
    iteration: ""
    errorExpected: "N"
    errorStop: "N"
    parameters:
    - name: "environment"
      value : "tutorial"