-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from AbuBakkar32/abu-bakkar
Abu bakkar
- Loading branch information
Showing
22 changed files
with
680 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
"passes": 1, | ||
"pending": 0, | ||
"failures": 0, | ||
"start": "2024-07-09T12:51:22.669Z", | ||
"end": "2024-07-09T12:52:03.287Z", | ||
"duration": 40618, | ||
"start": "2024-07-11T06:54:28.208Z", | ||
"end": "2024-07-11T06:55:01.507Z", | ||
"duration": 33299, | ||
"testsRegistered": 1, | ||
"passPercent": 100, | ||
"pendingPercent": 0, | ||
|
@@ -18,7 +18,7 @@ | |
}, | ||
"results": [ | ||
{ | ||
"uuid": "d8bcf7d2-28bc-4a1a-ad1d-6c0deaadfecd", | ||
"uuid": "a52a2f4d-3a0d-4ebf-9bb6-f33df348316f", | ||
"title": "", | ||
"fullFile": "cypress\\e2e\\add_review_on_product.cy.js", | ||
"file": "cypress\\e2e\\add_review_on_product.cy.js", | ||
|
@@ -27,7 +27,7 @@ | |
"tests": [], | ||
"suites": [ | ||
{ | ||
"uuid": "1091164f-ca3a-48ad-a87f-54963b398724", | ||
"uuid": "8b8d6747-e8be-4dad-8522-c0ef66ba9a3a", | ||
"title": "Add review on product", | ||
"fullFile": "", | ||
"file": "", | ||
|
@@ -38,7 +38,7 @@ | |
"title": "adds a review and verifies success message", | ||
"fullTitle": "Add review on product adds a review and verifies success message", | ||
"timedOut": null, | ||
"duration": 34303, | ||
"duration": 27854, | ||
"state": "passed", | ||
"speed": "slow", | ||
"pass": true, | ||
|
@@ -47,20 +47,20 @@ | |
"context": null, | ||
"code": "cy.visit('http://automationexercise.com');\n// Click on 'Products' button\ncy.get('a[href=\"/products\"]').click();\n// Verify user is navigated to ALL PRODUCTS page\ncy.contains('All Products').should('be.visible');\n// Select a product (replace with logic to choose a product)\n// ... your logic to select a product ...\n// Click on 'View Product' button\ncy.get('a[href=\"/product_details/1\"]').click(); // Assuming the first product\n// Verify 'Write Your Review' is visible\ncy.contains('Write Your Review').should('be.visible');\n// Enter name, email and review\nconst reviewerName = 'Test User';\nconst reviewerEmail = '[email protected]';\nconst reviewText = 'This is a great product!';\ncy.get('#name').type(reviewerName);\ncy.get('#email').type(reviewerEmail);\ncy.get('#button-review').type(reviewText);\n// Verify success message 'Thank you for your review.'\ncy.get('#review-section div > span').should('contain', 'Thank you for your review.');", | ||
"err": {}, | ||
"uuid": "6706c22c-2092-4ef7-b5b0-21c246a9b8a9", | ||
"parentUUID": "1091164f-ca3a-48ad-a87f-54963b398724", | ||
"uuid": "3f5cb5e1-275c-4ea1-b67d-564d00c60048", | ||
"parentUUID": "8b8d6747-e8be-4dad-8522-c0ef66ba9a3a", | ||
"isHook": false, | ||
"skipped": false | ||
} | ||
], | ||
"suites": [], | ||
"passes": [ | ||
"6706c22c-2092-4ef7-b5b0-21c246a9b8a9" | ||
"3f5cb5e1-275c-4ea1-b67d-564d00c60048" | ||
], | ||
"failures": [], | ||
"pending": [], | ||
"skipped": [], | ||
"duration": 34303, | ||
"duration": 27854, | ||
"root": false, | ||
"rootEmpty": false, | ||
"_timeout": 2000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
"passes": 1, | ||
"pending": 0, | ||
"failures": 0, | ||
"start": "2024-07-09T12:52:38.249Z", | ||
"end": "2024-07-09T12:53:03.284Z", | ||
"duration": 25035, | ||
"start": "2024-07-11T06:55:26.139Z", | ||
"end": "2024-07-11T06:55:46.813Z", | ||
"duration": 20674, | ||
"testsRegistered": 1, | ||
"passPercent": 100, | ||
"pendingPercent": 0, | ||
|
@@ -18,7 +18,7 @@ | |
}, | ||
"results": [ | ||
{ | ||
"uuid": "960a1871-e97c-4feb-88c2-c2315e09b85e", | ||
"uuid": "b0564f58-5859-46cd-9be4-1b56aa14c5df", | ||
"title": "", | ||
"fullFile": "cypress\\e2e\\contact_us.cy.js", | ||
"file": "cypress\\e2e\\contact_us.cy.js", | ||
|
@@ -27,7 +27,7 @@ | |
"tests": [], | ||
"suites": [ | ||
{ | ||
"uuid": "853674ac-ea29-4b93-8763-66acc99334ed", | ||
"uuid": "80f5b196-6a6d-4e66-bbca-28f1f847a4c8", | ||
"title": "Contact Us Form", | ||
"fullFile": "", | ||
"file": "", | ||
|
@@ -38,7 +38,7 @@ | |
"title": "Contact Us Form validation checking....", | ||
"fullTitle": "Contact Us Form Contact Us Form validation checking....", | ||
"timedOut": null, | ||
"duration": 18385, | ||
"duration": 15103, | ||
"state": "passed", | ||
"speed": "slow", | ||
"pass": true, | ||
|
@@ -47,20 +47,20 @@ | |
"context": null, | ||
"code": "// Step 1: Launch browser\n// Cypress automatically launches the browser\n// Step 2: Navigate to url 'http://automationexercise.com'\ncy.visit('http://automationexercise.com');\n// Step 3: Verify that home page is visible successfully\ncy.url().should('include', 'automationexercise');\n// Step 4: Click on 'Contact Us' button\ncy.contains('Contact us').click();\n// Step 5: Verify 'GET IN TOUCH' is visible\ncy.get('#contact-page > div.row > div.col-sm-8 > div > h2').should('contain', 'Get In Touch');\n// Step 6: Enter name, email, subject and message\ncy.get('[data-qa=\"name\"]').type('Test User');\ncy.get('[data-qa=\"email\"]').type('[email protected]');\ncy.get('[data-qa=\"subject\"]').type('Test Subject');\ncy.get('[data-qa=\"message\"]').type('Test Message');\n// Step 7: Upload file\nconst fileName = './reports/unittest.pdf';\ncy.get('input[type=file]').selectFile(fileName);\n// Step 8: Click 'Submit' button\ncy.get('[data-qa=\"submit-button\"]').click();\n// Step 9: Click OK button\ncy.on('window:confirm', () => true);\n// Step 10: Verify success message 'Success! Your details have been submitted successfully.' is visible\ncy.get('.status ').should('contain', 'Success! Your details have been submitted successfully.');\n// Step 11: Click 'Home' button and verify that landed to home page successfully\ncy.get('#form-section > a > span > i').click();\ncy.url().should('include', 'automationexercise');", | ||
"err": {}, | ||
"uuid": "747ded52-f6e6-4061-8fa3-3f4b97da3c40", | ||
"parentUUID": "853674ac-ea29-4b93-8763-66acc99334ed", | ||
"uuid": "0adb308c-6eb0-432e-a7c3-a6fe5a8cc295", | ||
"parentUUID": "80f5b196-6a6d-4e66-bbca-28f1f847a4c8", | ||
"isHook": false, | ||
"skipped": false | ||
} | ||
], | ||
"suites": [], | ||
"passes": [ | ||
"747ded52-f6e6-4061-8fa3-3f4b97da3c40" | ||
"0adb308c-6eb0-432e-a7c3-a6fe5a8cc295" | ||
], | ||
"failures": [], | ||
"pending": [], | ||
"skipped": [], | ||
"duration": 18385, | ||
"duration": 15103, | ||
"root": false, | ||
"rootEmpty": false, | ||
"_timeout": 2000 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
"passes": 1, | ||
"pending": 0, | ||
"failures": 0, | ||
"start": "2024-07-09T12:53:11.769Z", | ||
"end": "2024-07-09T12:54:25.083Z", | ||
"duration": 73314, | ||
"start": "2024-07-11T06:55:51.199Z", | ||
"end": "2024-07-11T06:56:46.974Z", | ||
"duration": 55775, | ||
"testsRegistered": 1, | ||
"passPercent": 100, | ||
"pendingPercent": 0, | ||
|
@@ -18,7 +18,7 @@ | |
}, | ||
"results": [ | ||
{ | ||
"uuid": "def8a987-2176-430e-a3d0-58d15d50b5b2", | ||
"uuid": "b51f5527-9527-496b-9c22-6bab9061d912", | ||
"title": "", | ||
"fullFile": "cypress\\e2e\\download_Invoice_after_purchase_order.cy.js", | ||
"file": "cypress\\e2e\\download_Invoice_after_purchase_order.cy.js", | ||
|
@@ -27,7 +27,7 @@ | |
"tests": [], | ||
"suites": [ | ||
{ | ||
"uuid": "d28f9ccb-fe05-4264-8f51-0e5ce9fa551a", | ||
"uuid": "670aee81-683e-4268-8581-4c17441c42fc", | ||
"title": "Download Invoice after purchase order", | ||
"fullFile": "", | ||
"file": "", | ||
|
@@ -38,7 +38,7 @@ | |
"title": "should allow downloading invoice after successful purchase", | ||
"fullTitle": "Download Invoice after purchase order should allow downloading invoice after successful purchase", | ||
"timedOut": null, | ||
"duration": 65832, | ||
"duration": 49982, | ||
"state": "passed", | ||
"speed": "slow", | ||
"pass": true, | ||
|
@@ -47,20 +47,20 @@ | |
"context": null, | ||
"code": "cy.visit('http://automationexercise.com');\n// Verify home page is visible\ncy.get('.logo a>img').should('be.visible');\n//click signup/login button\ncy.contains('Signup / Login').click();\n// Fill all details in Signup and create account\ncy.contains('New User Signup!').should('be.visible');\ncy.get('[data-qa=\"signup-name\"]').type('Amir Hossain');\ncy.get('[data-qa=\"signup-email\"]').type('[email protected]');\ncy.get('[data-qa=\"signup-button\"]').click();\n// Fill in account details\n// Replace '#input' with the actual selectors for each input field\ncy.get('#id_gender1').type('Mr.');\ncy.get('[data-qa=\"password\"]').type('abubakkar90');\ncy.get('[data-qa=\"days\"]').select('1');\ncy.get('[data-qa=\"months\"]').select('January');\ncy.get('[data-qa=\"years\"]').select('1998');\ncy.get('#newsletter').check();\ncy.get('#optin').check();\ncy.get('[data-qa=\"first_name\"]').type('Amir');\ncy.get('[data-qa=\"last_name\"]').type('Hossain');\ncy.get('[data-qa=\"company\"]').type('Test Company');\ncy.get('[data-qa=\"address\"]').type('123 Test St');\ncy.get('[data-qa=\"address2\"]').type('Apt 4B');\ncy.get('#country').select('Canada');\ncy.get('[data-qa=\"state\"]').type('NY');\ncy.get('[data-qa=\"city\"]').type('New York');\ncy.get('[data-qa=\"zipcode\"]').type('10001');\ncy.get('[data-qa=\"mobile_number\"]').type('1234567890');\ncy.get('[data-qa=\"create-account\"]').click();\ncy.get('[data-qa=\"account-created\"]').contains('Account Created!');\ncy.get('[data-qa=\"continue-button\"]').click();\n// Verify ' Logged in as username' at top\ncy.contains('Logged in as Amir Hossain').should('be.visible');\n// add product\ncy.get('.product-image-wrapper .choose > ul >li >a').first().click();\n// Verify product detail is opened\ncy.get('.product-information').should('be.visible');\n// Increase quantity to 4\ncy.get('#quantity').clear().type('4');\n// Click 'Add to cart' button\ncy.get('.cart').click();\n// confirm the product\ncy.get('#cartModal > div > div > div.modal-footer > button').click();\n// Click 'View Cart' button\ncy.get('li [href=\"/view_cart\"]').click();\n// Verify cart page is displayed\ncy.get('.cart_info').should('be.visible');\n// Click 'Proceed To Checkout' button again\ncy.contains('Proceed To Checkout').click();\n// Enter description in comment text area and click 'Place Order'\ncy.get('#ordermsg').type('Test order with registration');\ncy.contains('Place Order').click();\n// Click 'Pay and Confirm Order' button\ncy.get('[data-qa=\"name-on-card\"]').type('Amir Hossain');\ncy.get('[data-qa=\"card-number\"]').type('5655-1814-0058-1255');\ncy.get('[data-qa=\"cvc\"]').type('588');\ncy.get('[data-qa=\"expiry-month\"]').type('08/33');\ncy.get('[data-qa=\"expiry-year\"]').type('2033');\ncy.get('[data-qa = \"pay-button\"]').click();\n// Verify success message 'Your order has been placed successfully!'\ncy.contains('Congratulations! Your order has been confirmed!').should('be.visible');\n//Download Invoice\ncy.contains('Download Invoice').click();\n//Click on Continue Button\ncy.contains('Continue').click();\n// Click 'Delete Account' button\ncy.get('#header > div > div > div > div.col-sm-8 > div > ul > li:nth-child(5) > a').click();\n// Verify 'ACCOUNT DELETED!' and click 'Continue' button\ncy.get('[data-qa=\"account-deleted\"]').contains('Account Deleted!');\ncy.get('[data-qa=\"continue-button\"]').click();", | ||
"err": {}, | ||
"uuid": "0328d986-3fe6-417c-96a3-d1f745d62eeb", | ||
"parentUUID": "d28f9ccb-fe05-4264-8f51-0e5ce9fa551a", | ||
"uuid": "5dfd4d2e-b52c-4463-af34-0d8a2f916e73", | ||
"parentUUID": "670aee81-683e-4268-8581-4c17441c42fc", | ||
"isHook": false, | ||
"skipped": false | ||
} | ||
], | ||
"suites": [], | ||
"passes": [ | ||
"0328d986-3fe6-417c-96a3-d1f745d62eeb" | ||
"5dfd4d2e-b52c-4463-af34-0d8a2f916e73" | ||
], | ||
"failures": [], | ||
"pending": [], | ||
"skipped": [], | ||
"duration": 65832, | ||
"duration": 49982, | ||
"root": false, | ||
"rootEmpty": false, | ||
"_timeout": 2000 | ||
|
Oops, something went wrong.