{"id":26755420,"url":"https://github.com/caustria0202/registration-functionality-playwright","last_synced_at":"2026-04-09T16:52:04.973Z","repository":{"id":283471254,"uuid":"951870962","full_name":"CAustria0202/Registration-Functionality-Playwright","owner":"CAustria0202","description":"Automated registration testing with Playwright and POM.","archived":false,"fork":false,"pushed_at":"2025-05-18T08:42:26.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T09:32:12.689Z","etag":null,"topics":["allure-report","functional-testing","github-actions","javascript","page-object-model","playwright"],"latest_commit_sha":null,"homepage":"https://caustria0202.github.io/Simple-Registration-Page/","language":"JavaScript","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/CAustria0202.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-03-20T11:25:56.000Z","updated_at":"2025-05-18T08:42:29.000Z","dependencies_parsed_at":"2025-05-18T09:27:11.666Z","dependency_job_id":"ab1ea699-49a2-41e9-8368-d337b79c2164","html_url":"https://github.com/CAustria0202/Registration-Functionality-Playwright","commit_stats":null,"previous_names":["caustria0202/registration-functionality-playwright"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CAustria0202/Registration-Functionality-Playwright","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAustria0202%2FRegistration-Functionality-Playwright","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAustria0202%2FRegistration-Functionality-Playwright/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAustria0202%2FRegistration-Functionality-Playwright/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAustria0202%2FRegistration-Functionality-Playwright/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CAustria0202","download_url":"https://codeload.github.com/CAustria0202/Registration-Functionality-Playwright/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CAustria0202%2FRegistration-Functionality-Playwright/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278881905,"owners_count":26062188,"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-10-08T02:00:06.501Z","response_time":56,"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":["allure-report","functional-testing","github-actions","javascript","page-object-model","playwright"],"created_at":"2025-03-28T14:33:44.471Z","updated_at":"2025-10-08T03:07:46.753Z","avatar_url":"https://github.com/CAustria0202.png","language":"JavaScript","readme":"# Registration Functionality Test with Playwright\n\nThis project tests the registration functionality of a web application using **Playwright** and the **Page Object Model (POM)** design pattern.\n\n## 🌟 Features\n\n- ✅ Developed using Playwright\n- ✅ Implements Page Object Model (POM) for better scalability and maintainability\n- ✅ Uses fixtures to manage test state and dependencies\n- ✅ Includes validation for positive and negative test cases\n- ✅ Handles error messaging and edge cases\n\n## 🛠️ Test Scenarios\n\n- ✅ **Successful Registration**\n- 🚫 **Invalid Email with Valid Mobile Number**\n- 🚫 **Valid Email with Invalid Mobile Number**\n- 🚫 **Empty Email and Mobile Number**\n- 🚫 **Special Characters in Email and Mobile Number**\n- 🚫 **Empty Business Information**\n- 🚫 **Special Characters in Business Name**\n- 🚫 **Missing Agreement to Terms and Privacy Policy**\n\n## 🧪 Test Framework\n\n- **Playwright** – Browser automation framework\n- **JavaScript** – Test scripting language\n- **GitHub Actions** – CI/CD integration\n\n## 🚀 Installation \u0026 Setup\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- **Node.js** (latest LTS version)\n- **npm** (included with Node.js)\n- **Git** (for version control)\n\n### Installation Steps\n\n1. **Clone the Repository**\n\n   ```sh\n   git clone https://github.com/CAustria0202/Registration-Functionality-Playwright.git\n   ```\n\n2. **Install Dependencies**\n\n   ```sh\n   npm install -D @playwright/test\n   ```\n\n3. **Install Playwright Browsers**\n\n   ```sh\n   npx playwright install --with-deps\n   ```\n\n4. **Run Tests**\n\n   ```sh\n   npx playwright test\n   ```\n\n5. **Generate Allure Report (Optional)**\n\n   ```sh\n   npx playwright test --reporter=allure-playwright\n   allure generate allure-results --clean -o allure-report\n   ```\n\n6. **View Allure Report**\n\n   ```sh\n   allure serve allure-results\n   ```\n\n## 🤖 Running Tests in CI/CD (GitHub Actions)\n\nThis project includes **GitHub Actions** workflow to run Playwright tests automatically.\n\n1. Push your code to GitHub.\n2. Navigate to **Actions** tab in your repository.\n3. Select the latest workflow run to view test results.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaustria0202%2Fregistration-functionality-playwright","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaustria0202%2Fregistration-functionality-playwright","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaustria0202%2Fregistration-functionality-playwright/lists"}