{"id":23039526,"url":"https://github.com/lynix28/web-playwright-example","last_synced_at":"2025-08-25T12:07:30.023Z","repository":{"id":179722709,"uuid":"661416436","full_name":"lynix28/web-playwright-example","owner":"lynix28","description":"WebUI automation test example project with Playwright","archived":false,"fork":false,"pushed_at":"2023-08-01T09:38:51.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T23:46:49.866Z","etag":null,"topics":["automated-testing","bdd-tests","playwright-python","web-testing"],"latest_commit_sha":null,"homepage":"","language":"Python","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/lynix28.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":"2023-07-02T19:18:36.000Z","updated_at":"2023-08-07T11:59:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"83b328f3-6fcd-4466-b948-288c283383a8","html_url":"https://github.com/lynix28/web-playwright-example","commit_stats":null,"previous_names":["lynix28/web-playwright-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lynix28/web-playwright-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-playwright-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-playwright-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-playwright-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-playwright-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lynix28","download_url":"https://codeload.github.com/lynix28/web-playwright-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lynix28%2Fweb-playwright-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272063205,"owners_count":24866673,"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-08-25T02:00:12.092Z","response_time":1107,"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":["automated-testing","bdd-tests","playwright-python","web-testing"],"created_at":"2024-12-15T18:32:42.958Z","updated_at":"2025-08-25T12:07:30.011Z","avatar_url":"https://github.com/lynix28.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WEB-PLAYWRIGHT-EXAMPLE\n\n[![CircleCI](https://dl.circleci.com/status-badge/img/gh/lynix28/web-playwright-example/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/lynix28/web-playwright-example/tree/master)\n\n\u003ch3\u003e\u003cins\u003eHow to Setup:\u003c/h3\u003e\n\n- Clone this repo and go to the project directory\n- Install \u0026 create Virtual ENV\n\n   - `pip install virtualenv`\n   - `python -m venv ./venv`\n\n- Use the Virtual ENV\n\n   - `source ./venv/bin/activate` -\u003e for Linux / Mac\n   - `./venv/Script/Activate.ps1` -\u003e for Windows\n\n- Install PIP Packages\n\n   - `pip install -r requirements.txt`\n\n- Download required browser\n\n   - `playwright install`\n\n\u003ch3\u003e\u003cins\u003eInspect an element:\u003c/h3\u003e\n\n- `playwright cr \"URL_to_website\"`\n   - use: cr = chromium | ff = firefox | wk = webkit\n\n\u003ch3\u003e\u003cins\u003eRunning the tests:\u003c/h3\u003e\n\n- `pytest ./[your_test_script].py`\n   - to run it on HEADLESS, update the `.env` file, the default is 'False'\n   - to use different browser like 'firefox' or 'webkit', update the `.env` file, the default is 'chromium'\n\n\u003ch3\u003e\u003cins\u003eRunning the tests (with: run_test.sh):\u003c/h3\u003e\n\n- `./run_test.sh` | to run all tests\n- `./run_test.sh [your_test_script_alias]` | to run a specific scenario\n   - Make sure to give \"execute\" permission to `run_test.sh`\n   - Make sure to add your test to `test_list.sh` if there is any new test scenario\n\n- `./run_test.sh --help` | for more example how to run the test\n\n\u003ch3\u003e\u003cins\u003eRunning the tests (BDD):\u003c/h3\u003e\n\n- `pytest` | to run all tests\n- `pytest -k \"tag_or_alias\"` | to run a specific scenario (ex: login)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynix28%2Fweb-playwright-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flynix28%2Fweb-playwright-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flynix28%2Fweb-playwright-example/lists"}