My question is related to integrating back-end Nest.js code with a running Cypress.js Docker container, while also having a front-end website.
Is there a way for the user's action on the website to trigger a command that communicates with the Docker container and automatically runs tests? I currently use "docker container exec" command manually, but I want this process to be automated.