# Stop runs from chat, multi-touch web gestures, and todos for coding agents

> 9 updates: Multi-finger touch gestures for web tests, Stop test runs from chat, Turn chat attachments into File Upload test data, Ask the chat agent who…

Source: https://qa.tech/changelog/2026-08-31

---
9 updates shipped on August 31, 2026.

In this release

1.  01[Multi-finger touch gestures for web tests](#2026-08-31-multi-finger-touch-gestures-for-web-tests)Highlight
2.  02[Stop test runs from chat](#2026-08-31-stop-test-runs-from-chat)Highlight
3.  03[Turn chat attachments into File Upload test data](#2026-08-31-chat-attachments-as-file-upload-test-data)
4.  04[Ask the chat agent who created or last edited something](#2026-08-31-chat-filters-by-creator-or-editor)
5.  05[Clearer errors for incompatible iOS builds](#2026-08-31-clearer-errors-for-incompatible-ios-builds)
6.  06[Follow-up PR reviews keep their evidence](#2026-08-31-follow-up-pr-reviews-keep-their-evidence)
7.  07[Manage labels and cross-tool references from chat](#2026-08-31-manage-labels-and-references-from-chat)
8.  08[MCP tool docs now cover the full toolset](#2026-08-31-mcp-tool-docs-cover-the-full-toolset)
9.  09[See a run network path in Runtime, or ask chat about it](#2026-08-31-run-network-path-in-runtime)

1.  Highlight
    
    Featured this release
    
    ## Multi-finger touch gestures for web tests
    
    Web tests can pinch, rotate, pan and press with up to 10 fingers instead of a single touch point.
    
    A new touch gesture action covers pinch-to-zoom, multi-finger swipes and rotations, and simultaneous multi-point presses on web apps.
    
    Describe the gesture in your test steps – pinch, two-finger, multi-touch – and the agent performs it directly instead of substituting a mouse drag.
    
    More on this: [web testing](https://qa.tech/product/web-testing) and [drag and drop testing](https://qa.tech/use-cases/drag-and-drop-testing).
    
    [\# Direct link](#2026-08-31-multi-finger-touch-gestures-for-web-tests)
    
2.  Highlight
    
    Featured this release
    
    ## Stop test runs from chat
    
    Ask the chat agent to pause, stop or cancel a running batch without leaving the conversation.
    
    The [chat agent](https://docs.qa.tech/core-concepts/ai-chat-assistant) can now stop an in-progress run the same way the results page's Stop button does. Say "stop", "pause", "cancel" or "abort" and it cancels whatever remains – tests that already finished keep their results.
    
    Works on the run in your current chat session, or on any run when you point it at a results URL.
    
    More on this: [web testing](https://qa.tech/product/web-testing).
    
    [\# Direct link](#2026-08-31-stop-test-runs-from-chat)
    
3.  Update 03 of 09
    
    ## Turn chat attachments into File Upload test data
    
    Files you share with chat, or ask it to generate, can be saved straight into a reusable File Upload config.
    
    Attach a file to a conversation, or ask the agent to generate one, and it can persist it as a [File Upload config](https://docs.qa.tech/configuration/configs) for your test cases – no separate manual upload step first.
    
    More on this: [file upload and export testing](https://qa.tech/use-cases/file-upload-export-testing).
    
    [\# Direct link](#2026-08-31-chat-attachments-as-file-upload-test-data)
    
4.  Update 04 of 09
    
    ## Ask the chat agent who created or last edited something
    
    Test plans, test cases, scenarios, configs and device presets can be filtered by creator or last editor.
    
    Ask for "the test plan Alex last edited" and chat narrows the list instead of returning everything. Test plans, test cases, test scenarios, configs and device presets can all be filtered by who created them or who updated them last, and the agent resolves a name to the right teammate before filtering.
    
    More on this: [how teams run QA.tech](https://qa.tech/product) and [QA teams](https://qa.tech/solutions/qa-testers).
    
    [\# Direct link](#2026-08-31-chat-filters-by-creator-or-editor)
    
5.  Update 05 of 09
    
    ## Clearer errors for incompatible iOS builds
    
    Device-only iOS builds are rejected at upload time with an inline explanation and a link to supported formats.
    
    QA.tech now checks iOS app builds when you upload them and flags device or App Store builds that cannot run in the simulator, showing the reason inline under the file field with a "Learn more" link – so you find out at upload instead of mid-run.
    
    More on this: [mobile testing](https://qa.tech/product/mobile-testing) and [mobile app testing](https://qa.tech/use-cases/mobile-app-testing).
    
    [\# Direct link](#2026-08-31-clearer-errors-for-incompatible-ios-builds)
    
6.  Update 06 of 09
    
    ## Follow-up PR reviews keep their evidence
    
    A follow-up review carries forward the original reproduction evidence and supporting tests.
    
    The sticky [pull request review](https://qa.tech/product/pr-testing) comment now keeps full verification – the reproduction plus the tests behind the verdict – through every round of review, including rounds where the latest commit did not change the outcome.
    
    More on this: [pull request testing](https://qa.tech/product/pr-testing) and [PR and CI/CD testing](https://qa.tech/use-cases/pr-cicd-testing).
    
    [\# Direct link](#2026-08-31-follow-up-pr-reviews-keep-their-evidence)
    
7.  Update 07 of 09
    
    ## Manage labels and cross-tool references from chat
    
    Create, assign and filter test case labels, and link Linear, Jira or GitHub references, from the conversation.
    
    The chat agent can now create and manage project labels, assign or unassign them on test cases (including in bulk) and filter results by label name. It can also link external references – Linear issues, GitHub pull requests, Jira tickets, TestRail cases or Xray tests – directly to a test case.
    
    Labels now render as neutral chips with a colored dot instead of solid fills, and the project's application shows as an inline chip alongside labels and references. Past four labels or references, the extras collapse into a "+N" chip you can hover to expand.
    
    More on this: the [Jira](https://qa.tech/product/integrations/jira), [Linear](https://qa.tech/product/integrations/linear) and [TestRail](https://qa.tech/product/integrations/testrail) integrations.
    
    [\# Direct link](#2026-08-31-manage-labels-and-references-from-chat)
    
8.  Update 08 of 09
    
    ## MCP tool docs now cover the full toolset
    
    Every tool the QA.tech MCP server exposes is documented, grouped by area with read and write scopes.
    
    The [MCP integration page](https://docs.qa.tech/integrations/mcp) now documents every available tool – runs, test cases, issues, knowledge base, rules, feature search, chat, release checks and remote tunnels – grouped by area with accurate read and write scope descriptions, so AI coding assistants (and you) know exactly what is callable.
    
    More on this: [the QA.tech MCP server](https://qa.tech/product/mcp) and the [MCP integration](https://qa.tech/product/integrations/mcp-server).
    
    [\# Direct link](#2026-08-31-mcp-tool-docs-cover-the-full-toolset)
    
9.  Update 09 of 09
    
    ## See a run network path in Runtime, or ask chat about it
    
    Outbound IP, proxy and SSH tunnel details now appear on test results and can be answered in chat.
    
    The Runtime section on a test result now shows the connectivity details that applied to that run – Outbound IP, Proxy, [SSH Tunnel](https://docs.qa.tech/configuration/ssh-tunnel) – with a "More details" view for the full picture.
    
    You can also ask the chat agent about a run's network path directly.
    
    More on this: [IP access control](https://qa.tech/product/integrations/ip-access-control) and [multi-environment testing](https://qa.tech/use-cases/multi-environment-testing).
    
    [\# Direct link](#2026-08-31-run-network-path-in-runtime)
    

## Your team moves fast. Can your testing keep up?

QA.tech agents test your product autonomously, so moving fast never means shipping broken. See how it works in a 30-minute demo.

[Get a demo](https://qa.tech/demo)

[QA.tech](https://qa.tech/)

SOC 2 Type 2 compliant

![Sensiba SOC 2 Type 2 compliant](https://qa.tech/assets/soc2-type2-badge-DPb1j9VX.png)

### Product

-   [API Testing](https://qa.tech/product/api-testing)
-   [MCP](https://qa.tech/product/mcp)
-   [Mobile Testing](https://qa.tech/product/mobile-testing)
-   [PR Testing](https://qa.tech/product/pr-testing)
-   [Voice Testing](https://qa.tech/product/voice-testing)
-   [Web Testing](https://qa.tech/product/web-testing)

-   [AI QA testing guide](https://qa.tech/ai-qa-testing)
-   [Changelog](https://qa.tech/changelog)
-   [Integrations](https://qa.tech/product/integrations)
-   [Platform overview](https://qa.tech/product)
-   [Use cases](https://qa.tech/use-cases)

### Compare

-   [QA.tech vs Cypress](https://qa.tech/compare/qa-tech-vs-cypress)
-   [QA.tech vs Mabl](https://qa.tech/compare/qa-tech-vs-mabl)
-   [QA.tech vs Playwright](https://qa.tech/compare/qa-tech-vs-playwright)
-   [QA.tech vs QA Wolf](https://qa.tech/compare/qa-tech-vs-qa-wolf)

-   [B2B SaaS testing](https://qa.tech/saas)
-   [Ecommerce testing](https://qa.tech/industries/ecommerce)
-   [For CTOs](https://qa.tech/solutions/ctos)
-   [For QA teams](https://qa.tech/solutions/qa-testers)

### Resources

-   [Docs](https://docs.qa.tech/)
-   [Blog](https://qa.tech/blog)
-   [Events](https://qa.tech/events)
-   [Pricing](https://qa.tech/pricing)
-   [Case Studies](https://qa.tech/case-studies)

### Company

-   [About](https://qa.tech/about-us)
-   [Partnerships](https://qa.tech/partnerships)
-   [Press](https://qa.tech/press)
-   [Contact Us](https://qa.tech/contact)
-   [Privacy Policy](https://qa.tech/privacy-policy)
-   [Terms of Service](https://trust.qa.tech/resources?s=mb9w4yjb03i3t8bjsq4jx3&name=main-agreement.pdf)
-   [Security & Compliance](https://trust.qa.tech/)

### Social

-   [](https://www.linkedin.com/company/qa-tech-ai/)
-   [](https://x.com/getqatech)
-   [](https://www.instagram.com/getqatech/)

© 2026 QA.tech. All rights reserved
