Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The following Java dependencies are shipped with the module. For Mendix versions
1. In the runtime settings of your app, configure the **Startup** microflow for the [after startup property](/refguide/runtime-tab/#after-startup). If there is already an after startup microflow set, add the **Startup** microflow as an action in the existing microflow.
1. Add the **UnitTestOverview** microflow to your navigation structure, or include the **UnitTestOverview** snippet on a custom page.

{{% alert color="info" %}}When using the snippet in your own page, the snippet should be placed on the top level of the page (not in a layout grid or container), to enable independent scrolling for the left and right panels.S{{% /alert %}}
{{% alert color="info" %}}When using the snippet in your own page, the snippet should be placed on the top level of the page (not in a layout grid or container), to enable independent scrolling for the left and right panels.{{% /alert %}}

1. Optionally, perform the following steps:
1. Run unit tests in a deployed environment by setting the **UnitTesting.Enabled** constant to true.
Expand Down