Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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.
Loading