Mendix Series
2. Mendix - Part 2 - Diving deeper (this post)
3. Extensibility for Mendix Studio
4. Building a Mendix Widget for the Mendix Market Place (Convert text to Audio using Azure AI)
AI with Mendix (current version Mendix 10.5.x):
- Logic bot - recommends what you are likely to do, like a copilot as you go along building the app
- Performance bot - shows redundancies, recommends performance improvements
- Chatbot in beta
Playwright is a good UI testing tool for Mendix:
For more advanced applications, Playwright is a good testing framework that can help developers know their code is running end-to-end, useful for monitoring applications and behaviour, and also can be used as part of the CI process to validate Mendix end user accessibility as shown in this mp4 (7 minutes - good video).
![]() |
mp4 walking thru testing a Mendix site, including WCAG accessibility |
WCAG accessibility testing in Playwright starts at min 5:25. Build in WCAG testing to your playwright tests> npm install @axe-core/playwright
Thoughts:
- Deployment can take time when the project grows.
- Domain modelling: can use existing models and add to Mendix.
- Playwright is perfect for Mendix testing, here is a basic dev example.
- The Mendix Community is a good place to post questions.
Mendix Series
2. Mendix - Part 2 - Diving deeper (this post)
3. Extensibility for Mendix Studio
4. Building a Mendix Widget for the Mendix marketplace (Convert text to Audio using Azure AI)
1. Playwright Post 1 - Overview of E2E testing using Playwright
2. Playwright Post 2 - Continuously Test/Monitor Canvas apps and website with MFA enabled
3. Playwright Post 3 - Add App Insights logging inside your Playwright tests
4. Playwright Series - Post 4 - 6 Min walkthru of Playwright testing with Azure Monitor