In the CLI environment, team projects can be imported from the Team Testing Server.

  1. -e -w "%Workspace Path%" --import-team-project -O "--project-name '%Team project name%' --address '%Team server address%' --port '%Team server port%'" Import the team project using a command.
    • Without the required options, the project cannot be imported.
      Item Description
      -e, --execute (Required) Execution
      -w, --workspace (Required) Workspace
      --import-team-project (Required) Import Team Project
      -O (Required) Import project with specified options
      --project-name (Required) Team Project Name
      --address (Required) Team server address
      --port (Required) Team server port
      --exclude-test Get without tests
      --run-test-with-commit Run test and commit
      --test-env Test environment kind (1: Host, 2: RTV, default : 1)

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.