{"id":20515300,"url":"https://github.com/bvisagie/extensible-java-playwright-automation-framework","last_synced_at":"2025-07-18T09:32:57.146Z","repository":{"id":178905745,"uuid":"603211736","full_name":"BVisagie/extensible-java-playwright-automation-framework","owner":"BVisagie","description":"The purpose of this Playwright Framework is to serve as a functional demo and / or template to be used on projects and / or assist with training.","archived":false,"fork":false,"pushed_at":"2023-02-23T12:11:56.000Z","size":12,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-01T16:29:37.336Z","etag":null,"topics":["java","playwright","playwright-java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BVisagie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-02-17T21:23:39.000Z","updated_at":"2025-02-28T08:33:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef693e71-2b6d-4ce9-8e19-a3a8f86c1bb5","html_url":"https://github.com/BVisagie/extensible-java-playwright-automation-framework","commit_stats":null,"previous_names":["bvisagie/extensible-java-playwright-automation-framework"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BVisagie/extensible-java-playwright-automation-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVisagie%2Fextensible-java-playwright-automation-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVisagie%2Fextensible-java-playwright-automation-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVisagie%2Fextensible-java-playwright-automation-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVisagie%2Fextensible-java-playwright-automation-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BVisagie","download_url":"https://codeload.github.com/BVisagie/extensible-java-playwright-automation-framework/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BVisagie%2Fextensible-java-playwright-automation-framework/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265733926,"owners_count":23819438,"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":["java","playwright","playwright-java"],"created_at":"2024-11-15T21:20:43.685Z","updated_at":"2025-07-18T09:32:57.126Z","avatar_url":"https://github.com/BVisagie.png","language":"Java","readme":"# Extensible Java Playwright Automation Framework\n\nThe purpose of this Framework is to serve as a functional demo and / or template to be used on other projects you might\nundertake and assist with training.\n\n## Description\n\nThe Playwright for Java project consists of the following elements and technologies:\n\n- [Playwright for Java](https://playwright.dev/java/)\n- [Spring Boot](https://spring.io/)\n    - Why include SpringBoot in the Framework?\n        - Helps with Dependency Injection between test steps\n        - Easy environment management (via `application.yml`)\n        - Simplifies the development process by utilizing annotations\n        - Lets you create a standalone application that runs on its own; as an example this allows easier Dockerizing of\n          the automation framework, should it be required.\n- [Cucumber](https://cucumber.io/)\n    - Behavior-Driven Development (BDD), Cucumber is an intuitive Way to Express Requirements in Human-Readable Form.\n      Acts as a great starting point for test automation scenarios.\n- [JUnit 5](https://junit.org/junit5/)\n- [tinylog](https://tinylog.org/v2/)\n    - Simple lightweight static logger.\n- [AssertJ](https://assertj.github.io/doc/)\n    - What is not to like about fluent assertions?\n- [Project Lombok](https://projectlombok.org/)\n    - Project Lombok is a library that helps you to write clear, concise, and less repetitive Java code. It makes up for\n      some of the shortcomings within the core of Java that will most likely never be improved.\n\n## Getting Started\n\n### Dependencies\n\n* Playwright for Java\n* Spring Boot\n* Cucumber\n* JUnit 5\n* tinylog\n* AssertJ\n* Project Lombok\n\n### Installing\n\n* Running a `mvn clean package` should be enough to get the project built and ready to use.\n\n### Executing program\n\n* Right-click a feature file (`src/main/resources`) and select `Run` or `Debug`\n\n### FAQ\n\n1. Why no test module or test resource directory?\n    * This framework is typically testing a target system and not itself; typically a test module / resource folder is\n      meant to be testing the project it belongs to.\n\n## Authors\n\n* Bernard Visagie\n\n## License\n\nMIT License\n\nCopyright (c) 2023 - Bernard Visagie\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvisagie%2Fextensible-java-playwright-automation-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbvisagie%2Fextensible-java-playwright-automation-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvisagie%2Fextensible-java-playwright-automation-framework/lists"}