Question
Is there any parameter available to pass the flow name as the test name? I would like to include the build version number in the test name to identify the tests quickly on Saucelabs. Is that possible?
The execution result on Saucelabs is not marked as failed or passed. Is this change on your radar?
Appium + Saucelabs execution result:
Default test execution name: Default Appium Test
Test execution result: Completed
My current command to run the test:
maestro-runner \
--driver appium
--platform android
--appium-url "test-url"
--caps ../config/caps-android-sauce.json
test smoke.yaml
Context
What are you trying to accomplish?
Test results will be the same in all places and easy to track.
What I've Tried
- Checked documentation
- Searched existing issues
- Tried [approach]
Environment (if relevant)
- maestro-runner version:1.0.7
Question
Is there any parameter available to pass the flow name as the test name? I would like to include the build version number in the test name to identify the tests quickly on Saucelabs. Is that possible?
The execution result on Saucelabs is not marked as failed or passed. Is this change on your radar?
Appium + Saucelabs execution result:
Default test execution name: Default Appium Test
Test execution result: Completed
My current command to run the test:
maestro-runner \
--driver appium
--platform android
--appium-url "test-url"
--caps ../config/caps-android-sauce.json
test smoke.yaml
Context
What are you trying to accomplish?
Test results will be the same in all places and easy to track.
What I've Tried
Environment (if relevant)