This action runs a Reflect (https://reflect.run) test.
Required Your Reflect API key (https://app.reflect.run/settings/account).
Required The ID of the test to run.
A YAML document of key: value
variable overrides to apply to this scheduled execution.
Wait for the test to complete before continuing.
default: false
A JSON object containing the execution details.
{
"executionId": 17671,
"browser": "Edge",
"tests": [
{
"testId": 1690,
"status": "succeeded",
"run": {
"runId": 690,
"status": "passed",
"variables": {},
"startTime": 1654632014295,
"endTime": 1654632027297,
"runTime": 13002,
"videoUrl": "https://reflect-videos.s3.amazonaws.com/690_89f4.mp4"
}
}
]
}
name: Run a Relfect test
uses: PropFuel/reflect-run-test-action@main
with:
api-key: ${{ secrets.REFLECT_API_KEY }}
test-id: 1690
variables: |
FOO: bar
BAZ: qux
wait-for-completion: true