{"id":25382574,"url":"https://github.com/princebhatia1996/playwright-test-bdd","last_synced_at":"2026-04-30T15:31:21.702Z","repository":{"id":272666607,"uuid":"917372547","full_name":"princebhatia1996/Playwright-test-BDD","owner":"princebhatia1996","description":"Playwright test using cucumber framework and POM","archived":false,"fork":false,"pushed_at":"2025-02-13T01:03:02.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T13:17:46.636Z","etag":null,"topics":["cucumber-framework","playwright"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/princebhatia1996.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}},"created_at":"2025-01-15T21:22:48.000Z","updated_at":"2025-02-16T04:01:48.000Z","dependencies_parsed_at":"2025-01-16T06:01:45.480Z","dependency_job_id":null,"html_url":"https://github.com/princebhatia1996/Playwright-test-BDD","commit_stats":null,"previous_names":["princebhatia1996/playwright-test---bdd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebhatia1996%2FPlaywright-test-BDD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebhatia1996%2FPlaywright-test-BDD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebhatia1996%2FPlaywright-test-BDD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/princebhatia1996%2FPlaywright-test-BDD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/princebhatia1996","download_url":"https://codeload.github.com/princebhatia1996/Playwright-test-BDD/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248045270,"owners_count":21038557,"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","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":["cucumber-framework","playwright"],"created_at":"2025-02-15T07:28:44.580Z","updated_at":"2026-04-30T15:31:21.673Z","avatar_url":"https://github.com/princebhatia1996.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Setup Instructions\n\n- This project is a sample setup for using Cucumber and Playwright with TypeScript.\n- It has e2e UI tests using the cucumber framework following the BDD syntax.\n\n### Project Structure\n\nThe project structure is as follows:\n\n```\nPlaywright-test-BDD/\n├── src/\n│   ├── components/\n│   ├── pages/\n│   ├── tests/\n│   │   ├── features/\n│   │   │   └── *.feature\n│   │   ├── steps/\n│   │   │   └── *.steps.js\n│   │   └── support/\n│   │       └── *.js\n│   └── utils/\n├── .gitignore\n├── package.json\n├── README.md\n└── playwright.config.js\n```\n\n**Clone the repository:**\n\n```\ngit clone https://github.com/princebhatia1996/Playwright-test-BDD\n```\n\n### Running the application\n\nTo start the project, you will need a recent version of node.js installed.\n\nFrom there, run:\n\n```\nnpm install\nnpm run start\n```\n\nAnd navigate to the link displayed in the console (probably http://localhost:5173/)\n\n### Running the tests\n\nTo run the test, first make sure the application is running (see above).\n\nFrom there, in a separate terminal/command prompt, run the following command:\n\n```\nnpm run e2e\nnpm run test:client-list\nnpm run test:login\n```\n\n## Client Management application\n\n- This test Client management application was developed by Findex.\n- The Playwright test is testing the following features of the client management system:\n\n- Logging into the application\n- Adding a client to the client list\n- Removing a client from the list\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincebhatia1996%2Fplaywright-test-bdd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprincebhatia1996%2Fplaywright-test-bdd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprincebhatia1996%2Fplaywright-test-bdd/lists"}