runACCELQTests
With FlexDeploy's runACCELQTest operation, we can seamlessly integrate ACCELQ, execute CI jobs, and review test results directly within FlexDeploy. Additionally, it supports the Auto Re-run feature for CI jobs. If a job ID is configured with Auto Re-run, a new job ID will be assigned in ACCELQ for each re-run. The execution will wait until all the job IDs (child jobs) are completed. After the child jobs finish, the results from the child jobs are retrieved and appended to the parent results, creating a comprehensive overview of the entire testing process.
Test Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
ACCELQ Server URL |
| Yes | Provide ACCELQ Cloud URL (protocol, host and port EX: https://poc.accelq.io) |
ACCELQ User ID |
| Yes | Provide a valid user id on the ACCELQ subscription. |
ACCELQ API Key |
| Yes | Provide an API key corresponding to the User ID. |
Tenant Code |
| Yes | Provide the ACCELQ subscription tenant code |
Project Code |
| Yes | Provide the ACCELQ subscription project code |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
CI Job Id |
| Yes | Provide the specific CI job Id from ACCELQ |
Run Properties |
| No | Provide run properties in JSON string form, for example: {"username": "username", "password": "password"}. |
Max Wait Time |
| No | Maximum amount of time (in minutes) to wait for job process to complete after it is started. Defaults to 10 minutes. |
Outputs
Output Name | Description |
---|---|
| Triggered Job Id |
| Triggered Job Status |
| Total Test count |
| Total successful Test count |
| Total failure Test count |
| Total Skipped Test Count |
Artifacts
This operation doesn’t consume or produce any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the environment instance which have resource type of {Resource Type}.
This operation will select all available endpoints associated to the target.
This operation delegates the selection to the workflow developer to determine.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
This operation will execute on all of the selected endpoints and will execute on each of the selected endpoints.
This operation will select all available endpoints associated to the target which have resource type of {resource type}.
This operations delegates the execution to the workflow developer to decide.
- style