Custom reporter with interactive Chart.js visualizations inspired by Pradap Pandiyan's architecture
| # | Test Scenario | File Path | Duration | Status |
|---|---|---|---|---|
| 1 | Test Case 1: Register User | all26TestCases.spec.js:10 | 9.18s | passed |
| 2 | Test Case 2: Login User with correct email and password | all26TestCases.spec.js:21 | 11.68s | passed |
| 3 | Test Case 3: Login User with incorrect email and password | all26TestCases.spec.js:39 | 5.48s | passed |
| 4 | Test Case 4: Logout User | all26TestCases.spec.js:52 | 13.94s | passed |
| 5 | Test Case 5: Register User with existing email | all26TestCases.spec.js:72 | 8.34s | passed |
| 6 | Test Case 6: Contact Us Form | all26TestCases.spec.js:90 | 7.84s | passed |
| 7 | Test Case 7: Verify Test Cases Page | all26TestCases.spec.js:113 | 1.79s | passed |
| 8 | Test Case 8: Verify All Products and product detail page | all26TestCases.spec.js:123 | 2.93s | passed |
| 9 | Test Case 9: Search Product | all26TestCases.spec.js:138 | 3.27s | passed |
| 10 | Test Case 10: Verify Subscription in home page | all26TestCases.spec.js:150 | 2.37s | passed |
| 11 | Test Case 11: Verify Subscription in Cart page | all26TestCases.spec.js:159 | 2.04s | passed |
| 12 | Test Case 12: Add Products in Cart | all26TestCases.spec.js:169 | 4.68s | passed |
| 13 | Test Case 13: Verify Product quantity in Cart | all26TestCases.spec.js:184 | 3.79s | passed |
| 14 | Test Case 14: Place Order: Register while Checkout | all26TestCases.spec.js:202 | 11.02s | passed |
| 15 | Test Case 15: Place Order: Register before Checkout | all26TestCases.spec.js:231 | 9.25s | passed |
| 16 | Test Case 16: Place Order: Login before Checkout | all26TestCases.spec.js:259 | 11.88s | passed |
| 17 | Test Case 17: Remove Products From Cart | all26TestCases.spec.js:291 | 5.05s | passed |
| 18 | Test Case 18: View Category Products | all26TestCases.spec.js:309 | 3.73s | passed |
| 19 | Test Case 19: View & Cart Brand Products | all26TestCases.spec.js:322 | 2.53s | passed |
| 20 | Test Case 20: Search Products and Verify Cart After Login | all26TestCases.spec.js:342 | 9.90s | passed |
| 21 | Test Case 21: Add review on product | all26TestCases.spec.js:377 | 2.41s | passed |
| 22 | Test Case 22: Add to cart from Recommended items | all26TestCases.spec.js:392 | 2.28s | passed |
| 23 | Test Case 23: Verify address details in checkout page | all26TestCases.spec.js:408 | 7.08s | passed |
| 24 | Test Case 24: Download Invoice after purchase order | all26TestCases.spec.js:430 | 11.38s | passed |
| 25 | Test Case 25: Verify Scroll Up using 'Arrow' button and Scroll Down functionality | all26TestCases.spec.js:463 | 2.34s | passed |
| 26 | Test Case 26: Verify Scroll Up without 'Arrow' button and Scroll Down functionality | all26TestCases.spec.js:475 | 1.80s | passed |
| 27 | should display error message when login with incorrect credentials | testCase3_loginIncorrect.spec.js:5 | 2.03s | passed |
| 28 | should submit contact us form with attachment and return to home page | testCase6_contactUs.spec.js:6 | 6.65s | passed |
| 29 | should navigate from Home page to Test Cases page and verify visibility | testCase7_verifyTestCasesPage.spec.js:5 | 1.70s | passed |
| 30 | should navigate to products, view product list, and verify detail page | testCase8_products.spec.js:5 | 2.26s | passed |
| 31 | should display correct page heading, subtitle, and URL | testCasesPage_comprehensive.spec.js:14 | 1.46s | passed |
| 32 | should list all 26 practice test cases with correct titles | testCasesPage_comprehensive.spec.js:23 | 1.17s | passed |
| 33 | should allow expanding and collapsing individual test case accordion | testCasesPage_comprehensive.spec.js:36 | 2.44s | passed |
| 34 | should display correct steps for Test Case 7: Verify Test Cases Page | testCasesPage_comprehensive.spec.js:54 | 2.71s | passed |
| 35 | should display detailed steps when expanding Test Case 1: Register User | testCasesPage_comprehensive.spec.js:61 | 2.15s | passed |
| 36 | should display the Feedback for Us section at the bottom | testCasesPage_comprehensive.spec.js:71 | 1.52s | passed |