From 7509e18a25028f57417d25d28495f364bf9d48da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Jul 2026 04:33:44 +0000 Subject: [PATCH] docs(KOB-53790): Robot Ranch draft --- ...revisit-automation-session-test-cases.adoc | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/modules/release-notes/pages/all-releases/draft-revisit-automation-session-test-cases.adoc diff --git a/docs/modules/release-notes/pages/all-releases/draft-revisit-automation-session-test-cases.adoc b/docs/modules/release-notes/pages/all-releases/draft-revisit-automation-session-test-cases.adoc new file mode 100644 index 000000000..ac490b02e --- /dev/null +++ b/docs/modules/release-notes/pages/all-releases/draft-revisit-automation-session-test-cases.adoc @@ -0,0 +1,31 @@ += Revisit for test cases converted from automation sessions +:navtitle: Revisit for automation-converted test cases + +// DRAFT — generated by the docs-workflow (Robot Ranch) drafting workflow for docs-team review. +// This is a release-note entry, not a standalone release page. +// Docs team action before publishing: +// 1. Move this entry into the correct versioned release note file under +// release-notes/pages/all-releases/ (version and date to be confirmed). +// 2. Add the file to release-notes/nav.adoc if a new version page is created. +// 3. Confirm the Availability line once the release version and rollout scope are known. +// Placeholders below are intentional and must be resolved by the docs team. + +_Release version and date: to be confirmed_ + +== New features and major changes + +=== Revisit test cases converted from automation sessions + +Kobiton can now run test cases that were converted from automation (Appium) sessions. Previously, only test cases converted from manual sessions could be run in a test run. + +A run against an automation-converted test case completes and reports a per-step pass or fail result, with each replayed step attributed to its matching test case step. Results are recorded and appear in Session Explorer alongside other revisit sessions. + +*Highlights* + +- Run test cases created from automation (Appium) sessions, in addition to manual sessions +- Per-step pass and fail results, consistent with runs of manual-session test cases +- A test case that is missing the recorded session data it needs to replay reports a clear error instead of failing silently + +*Availability* + +Needs confirmation. Confirm the release version and rollout scope before publishing.