Releases: XRM-OSS/D365-UI-Test
Release v0.1.28
✨ Package upgrades for playwright & Co
Release v0.1.27
✨ New Feature: Add appId to buildUrl method in "open".
Thanks to @imartinflores
Release v0.1.26
🐛 Bugfix: New XrmUiTest.Form
functions return data adapted, naming streamlined
Release v0.1.25
✨ New Feature: Added functions to XrmUiTest.Form for getting label + id of the currently selected form, as well as list of available forms.
✨ New Feature: Updated playwright to recent version
Release v0.1.24
✨ New Feature: Added createNewRecord
to Subgrid class to allow for easily creating new records from a subgrid
Release v0.1.23
✨ New Feature: Added performanceMode
to TestSettings for allowing to show the MS performance overlay on all pages
Release v0.1.22
✨ New Feature: Added XrmUITest.WebApi
for simplifying usage of the Web API
🐛 Bugfix: Fixed JSdoc for XrmUITest.Navigation.navigateTo
Release v0.1.21
✨ New Feature: Added Grid
class for interacting with grids / entity lists
Release v0.1.20
🐛 Bugfix: Fix requirement level of NavigationSettings properties
Release v0.1.19
✨ New Feature: formId can now be passed for Navigation.openCreateForm
and Navigation.openUpdateForm
✨ New Feature: Navigation.navigateTo
for opening entity lists, webresources, and so on