World’s largest virtual agentic engineering & quality conference
What's new at TestMu AI in June: iOS 27 and macOS Golden Gate on Day 0, KaneAI's new Test Run instance view, SmartUI A/B baselines, plus Real Device, App Automation, Test Manager and Insights updates.

Saniya Gazala
Author

Salman Khan
Reviewer
Last Updated on: July 22, 2026
This month comes down to two things: testing on the platforms your users just upgraded to, and seeing exactly what happened when a test runs.
iOS 27 and macOS Golden Gate both landed on TestMu AI on Day 0, so you can start testing the moment your users update. And KaneAI's new Test Run instance view replays every automation step, screenshot by screenshot, so a failure tells you where it broke and why.
Around those, SmartUI cuts down false failures with A/B baselines, real devices pick up custom clocks and live app profiling, and App Automation, Test Manager, and Insights all make results easier to act on. Here's everything that shipped.
If you author tests in KaneAI, June is about closing the loop between authoring and debugging, with a few niceties for mobile and CI along the way.
When an automated test fails, you want to see the exact step that broke, not dig through logs. Test Runs now have a new instance view that replays your automation in the same format you authored it, with auto-heal visible at every step.

Next time a run fails, start here: the Test Run instance view.
Not every scroll is a full-screen scroll. The KaneAI mobile app now scrolls until an element appears inside a specific container, and handles horizontal scroll, all authored in natural language.
On your next mobile test, just describe it, and KaneAI handles the scroll until an element step for you.
Authored a test and realized the config was off? You can now edit the advanced settings of an existing KaneAI test case straight from the Test Summary page, no need to rebuild it from scratch.

Already authored the test? You can still change its config from the Test Summary page.
Code Validation in KaneAI now runs through Sample Run Execution across the platform. Execution is more consistent, the old restrictions are gone, and generated test cases work more smoothly with Test Runs.

If you spend time in the generated code, the Code tab is where you'll notice the difference.
Testing a PR shouldn't mean leaving GitHub. You can now customize KaneAI GitHub App test generation workflows with the --url and --tunnel parameters, directly from pull request comments.
You can trigger test generation right from a pull request with these parameters.
SmartUI, our Smart Visual UI Testing tool, focused on two things this month: capturing pages accurately, and cutting down the failures that were never real bugs.
Pages that rely on scroll containers used to snap back to the top the moment you captured them. Now SmartUI custom viewport capture preserves the scroll position that exists when you take a snapshot.
Got a page full of scroll containers? SmartUI will now preserve its scroll position when you capture it.
A page can look different and still be correct, an A/B variant, a feature flag, a different locale. You can now keep multiple approved reference images, called variations, for a single SmartUI screenshot or PDF page.
Each new capture is compared against every active variation, and the UI shows you which one it matched based on the closest visual agreement.

Running an A/B test right now? This is how you keep a baseline for every variation.
Hunting for the right screenshot in a flat list is nobody's favorite task. You can now group screenshots in the SmartUI build view by test case, and move between your Automation and SmartUI pages without losing context.

Your build view gets a lot tidier once you group screenshots by test case.
Real-world conditions are where apps actually break. This release lets you reproduce more of them on the Real Device Cloud, and keeps a proper record of what you did manually.
Testing your app often means validating how it behaves across different date, time, and format scenarios. You can now dynamically configure the date, time, 12 or 24 hour format, and the automatic time toggle on real iOS (14+) and Android (10+) devices, both in manual sessions and through Appium automation hooks.

Anything time-sensitive in your app? Set the date, time, and hour format before you start.
Automated profiling through Appium tests is great for CI/CD pipelines, but sometimes you need to interact with your app yourself and watch how it behaves in real time. Manual App Profiling gives you that instant visibility as you tap through your app on real hardware.

Open it on your next manual session and watch your app's performance in real time.
Manual sessions used to vanish the moment you closed them. The Manual Tests Sessions Dashboard turns them into structured historical records, so you can track, analyze, and report on your manual testing activity over time.

Everything you ran last week is already waiting in the Manual Tests Sessions dashboard.
Search in network logs now matches across all relevant fields by default, with optional field-specific scoping when you need more precise results.
Next time you're digging through a session, just type what you remember into network log search.
App Automation's updates are all about getting more out of your runs: pulling builds and logs through APIs, and keeping a record of what already ran.
You can now download apps you have uploaded to TestMu AI programmatically. Two new REST APIs let you pull builds using either the App ID or a Custom ID, which is useful for CI/CD pipelines and automation scripts.
You can download an uploaded app by its ID through the REST API.
Got Appium server logs, test-runner output, or CI logs you want alongside a session? You can now attach your own terminal logs to any app automation session through a single REST API, then view or download them from the Automation dashboard.
Already collecting logs in CI? Push them up with the terminal logs API.
App Automation now supports a History View on mobile devices, so you can review your past app automation runs and their details in one place.
New to App Automation? Get started with Appium testing on TestMu AI.
Test Manager's updates make documenting what you saw during a run less clunky, and team workload easier to read.
Remarks in Manual Test Instance execution now support rich-text formatting and direct image pasting from your clipboard. You can add formatted observations and screenshots without downloading and re-uploading attachments.

Paste a screenshot straight into your next run's remarks and attachments.
Two new widgets are now available on the Test Manager Insights dashboard. You can add either of them to any Test Manager dashboard from the widget library, and both respect your existing dashboard date range and filters.

Both are sitting in the widget library, ready to drop onto your Test Manager dashboard.
The Insights updates are all about one thing: what you see in the dashboard and what you get from the data should match, and both should be easy to act on.
The Root Cause Analysis APIs now return the same RCA version you see in the dashboard. Previously the APIs surfaced an older RCA that was not in parity with the frontend.

You can trigger and fetch an AI-powered root cause analysis directly through the API.
The weekly Insights report has been revamped with an all-new format and more in-depth details. You will receive it every Monday so you can review the previous week at a glance.
You can find more details on how to use the weekly Insights report effectively.
The Automation Daily Test Summary report from Insights now includes clickable links. You can drill straight from a status in the report into the underlying tests, instead of searching for them manually in the dashboard.
For more on Insights reporting, explore the Test case insights widgets for detail Test Summary.
Failure categorization now uses command logs for HyperExecute Playwright tests. The existing command log fallback, already available for Selenium, Appium, and non-HyperExecute Playwright, now covers HyperExecute Playwright as well.
Ever wondered how a failure lands in one bucket over another? That's test failure classification at work.
When Apple ships, so do we. Both iOS 27 and macOS Golden Gate went live on TestMu AI on Day 0, in line with Apple's release, so you can test on what your users are upgrading to right away.
iOS 27 (Beta) is available on TestMu AI Real Device Cloud on Day 0, in line with Apple's release. You can start testing your mobile apps on real iOS 27 devices right away.

macOS Golden Gate (Beta) is available on TestMu AI Real Time Testing on Day 0, in line with Apple's release. You can test on macOS Golden Gate right away, running live interactive tests of your websites and web apps on the real OS.

June's theme is simple: test on what's new, and understand what happened when you do.
iOS 27 and macOS Golden Gate mean you're never waiting to test the platforms your users just moved to, and KaneAI's instance view turns a failed run into a step-by-step story you can actually debug.
SmartUI stops flagging differences that were never regressions, real devices reproduce the conditions that break mobile apps, and App Automation hands you builds and logs straight through the API.
Keep your defects and tester workload visible in Test Manager, and trust that your Insights reports, dashboards, and APIs finally tell the same story.
Author
Saniya Gazala is a Product Marketing Manager and Community Evangelist at TestMu AI with 2+ years of experience in software QA, manual testing, and automation adoption. She holds a B.Tech in Computer Science Engineering. At TestMu AI, she leads content strategy, community growth, and test automation initiatives, having managed a 5-member team and contributed to certification programs using Selenium, Cypress, Playwright, Appium, and KaneAI. Saniya has authored 15+ articles on QA and holds certifications in Automation Testing, Six Sigma Yellow Belt, Microsoft Power BI, and multiple automation tools. She also crafted hands-on problem statements for Appium and Espresso. Her work blends detailed execution with a strategic focus on impact, learning, and long-term community value.
Reviewer
Salman is a Test Automation Evangelist and Community Contributor at TestMu AI, with over 6 years of hands-on experience in software testing and automation. He has completed his Master of Technology in Computer Science and Engineering, demonstrating strong technical expertise in software development, testing, AI agents and LLMs. He is certified in KaneAI, Automation Testing, Selenium, Cypress, Playwright, and Appium, with deep experience in CI/CD pipelines, cross-browser testing, AI in testing, and mobile automation. Salman works closely with engineering teams to convert complex testing concepts into actionable, developer-first content. Salman has authored 120+ technical tutorials, guides, and documentation on test automation, web development, and related domains, making him a strong voice in the QA and testing community.
Did you find this page helpful?
More Related Blogs
TestMu AI forEnterprise
Get access to solutions built on Enterprise
grade security, privacy, & compliance