📖 Step 7: Testing & Quality#189 / 291

End-to-End Test

End-to-End Test

📖One-line summary

A test that exercises an entire user scenario from start to finish.

Example

End-to-end automation of user scenarios

🌐Navigate to login page
⌨️Enter email/password
🖱️Click the login button
🛒Add to cart
💳Checkout complete

Vibe coding prompt examples

>_

Write E2E tests with Playwright covering signup, login, and creating a post.

>_

Write E2E tests in Cypress for main user flows. Build scenarios for product search, add to cart, and checkout.

Try these prompts in your AI coding assistant!