Project Id
- The ID of the project containing the job.Job Id
- The ID of the job to execute.Agent Id
(optional) - The ID of the TestProject agent that will execute the job. Leave this field empty to use the default agent defined for this job.Wait to finish
- How many seconds should the step wait for the automation job to finish. If 0 is provided, the setup will not wait for the job to finish execution.Path to the JUnit XML report
(optional) - Path (including the file name) to a file where the JUnit XML report will be stored. The file path can be absolute or relative to your workspace.Execution Parameters
(optional) - A JSON object that allows you to override the job's default settings and parameters for a single execution. Here's an example:Project Id
- The ID of the project containing the application.Application Id
- The ID of the application to update.Path to the .apk/.ipa File
- The path to apk/ipa
file. The file path can be absolute or relative to your workspace.Project Id
- The ID of the project containing the application.Application Id
- The ID of the application to update.Application URL
- The new URL address..csv
).
This step accepts the following parameters:Project Id
- The ID of the project containing the data source.Data Source Id
- The ID of the data source to update.Path to the .csv File
- The path to the data source (.csv
) file. The file path can be absolute or relative to your workspace.Project Id
- The ID of the project containing the parameter.Parameter Id
- The ID of the parameter to update.Value
- The new value that should be assigned to the parameter.Project Id
- The ID of the project containing the test package.Test Package Id
- The ID of the test package to update.Path to the .jar/.dll/.zip File
- The path to the new test package file (.jar
/.dll
/.zip
). The file path can be absolute or relative to your workspace.Resolve Conflicts
[true/false] - Should TestProject try to automatically resolve conflicts?
Job Id
(optional) - The ID of the job to execute.Agent Alias
(optional) - An alias (name) for the agent.
This parameter is optional. If no value is provided, TestProject will generate an alias for you.
Temp Agent
(optional) - A temp agent will be deleted from the account once it shuts down.Execution Parameters
(optional) - A JSON object containing job execution parameters.This parameter is optional. If no value is provided, the job will be executed with its default configuration.1{2"browsers": [3"ChromeHeadless",4"FirefoxHeadless"5]6}Copied!
env.AGENT_CONFIG
.