MTA Mendix Frontend Testkit
Overview
The MTA Frontend Testkit provides support for Locator, Element operations, and Actions on Mendix Widgets.
A licensed MTA node with a running MTA Plugin and the MTA Playwright Connector module are required.
For a list of supported Mendix Widgets, check the contents of this add-on module.
Frontend testing is available in MTA 3.0 and higher.
Documentation
Always make sure to download the corresponding Playwright Driver Bundle jar file into the /userlib directory of your Mendix project:
See our documentation page for more information on how to configure the MTA Frontend Testkit
Releases
See our documentation page for more information on how to configure the MTA Frontend Testkit
https://documentation.menditect.com/page-linker?tag=playwright-testkit
Changelog:
- IMPORTANT: Updated to using Playwright 1.59 (make sure to update driver bundle jar file)
- Add Click action on Container Widget
- Added support for retrieving the input value for TextBox and TextArea Widgets
- Added support for filling a Textbox where "Show as password" is enabled
- Added/extended support for NavigationList, ReferenceSelector and ReferenceSetSelector Widgets
- Changed DataGrid2 implementation; specify Cell in order to Click a Row
See our documentation page for more information on how to configure the MTA Frontend Testkit
https://documentation.menditect.com/page-linker?tag=playwright-testkit
Changelog:
- IMPORTANT: Updated to using Playwright 1.59 (make sure to update driver bundle jar file)
- Add Click action on Container Widget
- Added support for retrieving the input value for TextBox and TextArea Widgets
- Added support for filling a Textbox where "Show as password" is enabled
- Added/extended support for NavigationList, ReferenceSelector and ReferenceSetSelector Widgets
- Changed DataGrid2 implementation; specify Cell in order to Click a Row
See our documentation page for more information on how to configure the MTA Frontend Testkit
https://documentation.menditect.com/page-linker?tag=playwright-testkit
Changelog:
- IMPORTANT: Updated to using Playwright 1.59 (make sure to update driver bundle jar file)
- Add Click action on Container Widget
- Added support for retrieving the input value for TextBox and TextArea Widgets
- Added support for filling a Textbox where "Show as password" is enabled
- Added/extended support for NavigationList, ReferenceSelector and ReferenceSetSelector Widgets
- Changed DataGrid2 implementation; specify Cell in order to Click a Row