|
| 1 | +Should show products |
| 2 | +Should show products for registered users |
| 3 | +Should show products for anonymous users |
| 4 | +Should filter products |
| 5 | +Should filter products by category |
| 6 | +Should filter products by price range |
| 7 | +Should filter products by availability |
| 8 | +Should filter products by brand |
| 9 | +Should filter products by rating |
| 10 | +Should filter products by popularity |
| 11 | +Should add item to shopping cart |
| 12 | +Should add item to shopping cart with quantity 1 |
| 13 | +Should add item to shopping cart with quantity 10 |
| 14 | +Should add item to shopping cart with maximum quantity |
| 15 | +Should remove item from shopping cart |
| 16 | +Should remove item from shopping cart with one item |
| 17 | +Should remove item from shopping cart with multiple items |
| 18 | +Should update item quantity in shopping cart |
| 19 | +Should update item quantity to 0 in shopping cart |
| 20 | +Should update item quantity to maximum in shopping cart |
| 21 | +Should display empty cart message when no items |
| 22 | +Should calculate total price correctly in cart |
| 23 | +Should calculate total price with multiple items |
| 24 | +Should calculate total price with discounts |
| 25 | +Should navigate to product details page |
| 26 | +Should display product images correctly |
| 27 | +Should allow user to sign out |
| 28 | +Should display user profile information |
| 29 | +Should display user profile information for admin |
| 30 | +Should display user profile information for different users |
| 31 | +Should display user profile information for anonymous users |
| 32 | +Should process checkout successfully |
| 33 | +Should process checkout with single item |
| 34 | +Should process checkout with multiple items |
| 35 | +Should process checkout with different shipping methods |
| 36 | +Should process checkout with different payment methods |
| 37 | +Should process checkout with billing address |
| 38 | +Should process checkout with shipping address |
| 39 | +Should display error for out-of-stock items at checkout |
| 40 | +Should display error for out-of-stock items in cart |
| 41 | +Should save user address information |
| 42 | +Should save user address information for billing |
| 43 | +Should save user address information for shipping |
| 44 | +Should validate user payment method |
| 45 | +Should show order confirmation after checkout |
| 46 | +Should show order details after checkout |
| 47 | +Should show order history |
| 48 | +Should show order history with multiple orders |
| 49 | +Should show order history for different users |
| 50 | +Should show order history for anonymous users |
| 51 | +Should update product catalog dynamically |
| 52 | +Should update product catalog with new arrivals |
| 53 | +Should update product catalog with out-of-stock items |
| 54 | +Should update product catalog with discounts |
| 55 | +Should handle multiple users in cart simultaneously |
| 56 | +Should prevent simultaneous updates to cart |
| 57 | +Should provide search functionality for products |
| 58 | +Should provide search functionality with empty query |
| 59 | +Should provide search functionality with special characters |
| 60 | +Should provide search functionality for non-existing products |
| 61 | +Should provide search functionality for misspelled products |
| 62 | +Should provide search functionality for long queries |
| 63 | +Should display product reviews and ratings |
| 64 | +Should allow users to add reviews |
| 65 | +Should allow users to add reviews with text |
| 66 | +Should allow users to add reviews with ratings |
| 67 | +Should allow users to add reviews with images |
| 68 | +Should allow users to edit reviews |
| 69 | +Should allow users to delete reviews |
| 70 | +Should handle invalid product search gracefully |
| 71 | +Should allow sorting products by price |
| 72 | +Should allow sorting products by popularity |
| 73 | +Should allow sorting products by rating |
| 74 | +Should allow sorting products by brand |
| 75 | +Should allow sorting products by name |
| 76 | +Should offer category filters for products |
| 77 | +Should offer category filters for multiple categories |
| 78 | +Should offer category filters for subcategories |
| 79 | +Should preserve cart items after user logs out and in again |
| 80 | +Should show recommended products |
| 81 | +Should allow users to compare products |
| 82 | +Should provide detailed product descriptions |
| 83 | +Should provide detailed product descriptions with HTML |
| 84 | +Should handle payment processing errors |
| 85 | +Should display breadcrumbs for navigation |
| 86 | +Should offer discounts at checkout when applicable |
| 87 | +Should send email confirmation after order placement |
| 88 | +Should enforce password strength on account creation |
| 89 | +Should require minimum password length |
| 90 | +Should require at least one uppercase letter in password |
| 91 | +Should require at least one lowercase letter in password |
| 92 | +Should require at least one digit in password |
| 93 | +Should require at least one special character in password |
| 94 | +Should provide password reset functionality |
| 95 | +Should allow password reset with valid email |
| 96 | +Should show error on password reset with invalid email |
| 97 | +Should show success message after password reset request |
| 98 | +Should show error after multiple password reset requests |
| 99 | +Should display a mobile-responsive site layout |
| 100 | +Should support pagination in product catalog |
| 101 | +Should allow users to navigate to next page |
| 102 | +Should allow users to navigate to previous page |
| 103 | +Should allow users to navigate to last page |
| 104 | +Should allow users to navigate to first page |
| 105 | +Should show loading indicators for slow network responses |
| 106 | +Should handle session timeouts |
| 107 | +Should validate user input in checkout forms |
| 108 | +Should validate user input for shipping address |
| 109 | +Should validate user input for billing address |
| 110 | +Should validate user input for payment method |
| 111 | +Should allow users to cancel orders within a time limit |
| 112 | +Should offer customer support chat functionality |
| 113 | +Should maintain user session across different pages |
| 114 | +Should allow wishlist creation and management |
| 115 | +Should allow users to add items to wishlist |
| 116 | +Should allow users to remove items from wishlist |
| 117 | +Should display wishlist items on user profile |
| 118 | +Should display wishlist items on product pages |
| 119 | +Should display a 404 page for non-existent products |
0 commit comments