I am trying to test a mendix app with cypress.
On trying to load the index file, I get the following in both the mendix and cypress logs. 404 - file not found for file: index.html/theme.compiled.css 404 - file not found for file: index.html/mxclientsystem/mxui/mxui.js
Which makes sense as it would be very unlikely that there are files under an html file in a directory structure.
Looking at the source code in the browser
<script src="mxclientsystem/mxui/mxui.js?637896725776724820"></script>
Why would cypress be searching for mxui.js under index.html?
Is this a problem with mendix? With cypress?