Mount a simple Vue component and verify its rendered text
Preconditions (2)
Step 1: Import the HelloWorld component in the test file
Step 2: Use Cypress mount command to mount the HelloWorld component
Step 3: Check that the component renders the text 'Hello, Cypress!'
✅ Expected Result: The test should pass confirming that the HelloWorld component is mounted and displays the correct text