{"id":30820964,"url":"https://github.com/shivshanker869/firstpost_naaptol","last_synced_at":"2025-09-06T10:11:51.123Z","repository":{"id":313283218,"uuid":"1045978657","full_name":"Shivshanker869/firstpost_Naaptol","owner":"Shivshanker869","description":"Automation testing framework for Naaptol e-commerce site using Selenium, BDD (Cucumber), and POM design pattern.","archived":false,"fork":false,"pushed_at":"2025-09-05T02:27:42.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-05T03:20:36.500Z","etag":null,"topics":["bdd-framework","bddtests","kitchen","naaptol","page-object-model","selenium-webdriver","testng-framework"],"latest_commit_sha":null,"homepage":"https://www.naaptol.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shivshanker869.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-28T02:22:52.000Z","updated_at":"2025-09-05T02:27:45.000Z","dependencies_parsed_at":"2025-09-05T03:20:42.570Z","dependency_job_id":"05e876f1-defe-4746-ab58-7648cfea2305","html_url":"https://github.com/Shivshanker869/firstpost_Naaptol","commit_stats":null,"previous_names":["shivshanker869/firstpost"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Shivshanker869/firstpost_Naaptol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivshanker869%2Ffirstpost_Naaptol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivshanker869%2Ffirstpost_Naaptol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivshanker869%2Ffirstpost_Naaptol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivshanker869%2Ffirstpost_Naaptol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shivshanker869","download_url":"https://codeload.github.com/Shivshanker869/firstpost_Naaptol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivshanker869%2Ffirstpost_Naaptol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273888048,"owners_count":25185804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bdd-framework","bddtests","kitchen","naaptol","page-object-model","selenium-webdriver","testng-framework"],"created_at":"2025-09-06T10:04:38.601Z","updated_at":"2025-09-06T10:11:51.101Z","avatar_url":"https://github.com/Shivshanker869.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛒 Naaptol E-Commerce Automation Testing (Selenium + BDD + Cucumber)\n\nThis repository contains **automation test scripts** for the [Naaptol](https://www.naaptol.com/) e-commerce platform.  \nThe framework is built using **Selenium WebDriver, BDD (Cucumber), and TestNG/JUnit**, following the **Page Object Model (POM)** design pattern.  \n\n---\n\n## 📌 Features\n- ✅ End-to-End automation of Naaptol user flows (search, add to cart, checkout, etc.)\n- ✅ Implemented **BDD (Cucumber)** with **Gherkin syntax** for better readability\n- ✅ Integrated **Selenium WebDriver** for browser automation\n- ✅ Test execution with **TestNG/JUnit runners**\n- ✅ **Page Object Model (POM)** for scalable and maintainable code\n- ✅ **Reusable utility functions** for waits, assertions, and reporting\n- ✅ Cross-browser testing support\n- ✅ Test Reports (Extent / Cucumber HTML Reports)\n\n---\n\n## 🏗️ Project Structure\n\n```\nNaaptol-Automation/\n├── src\n│   ├── main\n│   │   └── java\n│   │       ├── pages/            # Page Object Model classes\n│   │       └── utils/            # Utility classes (Waits, ConfigReader, etc.)\n│   │\n│   └── test\n│       └── java\n│           ├── features/         # Cucumber Feature files\n│           ├── stepDefinitions/  # Step Definitions for BDD\n│           ├── runners/          # Test Runners (TestNG/JUnit)\n│           └── tests/            # Test Classes\n│\n├── reports/                      # Cucumber / Extent Reports\n├── pom.xml                       # Maven dependencies\n\n```\n\n\n---\n\n## 🚀 Tools \u0026 Tech Stack\n- **Programming Language**: Java  \n- **Automation Tool**: Selenium WebDriver  \n- **Framework**: BDD (Cucumber) with TestNG/JUnit  \n- **Design Pattern**: Page Object Model (POM)  \n- **Build Tool**: Maven  \n- **Reporting**: Extent Reports / Cucumber HTML Reports  \n- **Version Control**: GitHub  \n\n---\n\n## 📊 Test Scenarios Covered\n- 🔍 Product Search  \n- 🛒 Add to Cart  \n- 🏷️ Apply Coupon / Offers  \n- 💳 Checkout \u0026 Payment Flow  \n- 👤 Login / Registration  \n- ❌ Negative Scenarios (invalid login, invalid coupon, etc.)\n\n---\n\n## 📄 How to Run Tests\n1. Clone the repo:  \n   ```bash\n   git clone https://github.com/Shivshanker869/firstpost_Naaptol.git\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivshanker869%2Ffirstpost_naaptol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivshanker869%2Ffirstpost_naaptol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivshanker869%2Ffirstpost_naaptol/lists"}