https://cypress.io logo
Hi everyone! My team is looking to do some semi-au...
# help
d
Hi everyone! My team is looking to do some semi-automated testing of our application, which is SW mounted on HW. We would like to do something like run through part of an automated test, then prompt the tester (via cy.log() or something similar) to do something with the HW, such as plug in an add-on component, then continue with the rest of the test. Is there a way to wait for user input, such as a keypress, when running a test headlessly via cypress:run? Something like the screenshot below, where the "log Press any key to continue" would be replaced with a command that actually waits for user input.