Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 5 additions & 3 deletions content/en/docs/marketplace/partner-solutions/mta/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ For more information about purchasing MTA, contact your Customer Success Manager

When purchased via Mendix, MTA can be used with any Mendix cloud hosting option, with the below requirements:

* The application model being tested must be stored in the Mendix Team Server repository.
* The MTA application and the application under test must be able to establish network connectivity with the Mendix platform APIs, including the Mendix Team Server and Project APIs.
* The application model being tested must be stored in the Mendix Team Server repository.
* The MTA application and the application under test must be able to establish network connectivity with the Mendix platform APIs, including the Mendix Team Server and Project APIs.

For UI testing, MTA requires Playwright. The supported options are self-hosted Playwright or BrowserStack SaaS instances.
Support for air-gapped deployments is on the [roadmap](/releasenotes/feature-release-calendar/#enterprise-grade-platform). This will bring private Git or SVN repository support, and will eliminate the need for connecting to Mendix platform APIs.

For UI testing, MTA requires Playwright. The supported options are self-hosted Playwright or Azure App testing SaaS instances.

Currently, MTA cannot be used for apps using an on-premises Git repository or running in a fully air-gapped scenario.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ General Availability means that a feature is available for all users. This type
| Access data in offline apps while syncing | General Availability: Mx 11.6 |
| Embed a Mendix application into another Mendix application as a web component | Public Beta: 2027 |
| Theme Customizer | General Availability: Mx 11.12 |
| Menditect UI testing | Public Beta: Q2 2025<br/>General Availability: H2 2025 |
| Menditect MCP server | Release: Q3 2026 |
| Menditect air-gapped deployment | Release: Q4 2026 |
| Bulk DML | General Availability: Mx 11.7 |
| Increased decimal precision | General Availability: Mx 11.6 |
| Consumed OpenAPI and API discovery | Public Beta: Q2 2025<br/>General Availability: H2 2026 |
Expand Down
Loading