{"id":41266454,"url":"https://github.com/destrex271/pgweb-testing-harness","last_synced_at":"2026-01-23T02:12:15.203Z","repository":{"id":164378631,"uuid":"637866559","full_name":"destrex271/pgweb-testing-harness","owner":"destrex271","description":"This is the official project repository for the PostgreSQL Website Testing Harness.","archived":false,"fork":false,"pushed_at":"2025-12-15T18:22:48.000Z","size":6360,"stargazers_count":5,"open_issues_count":5,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-19T01:40:33.240Z","etag":null,"topics":["hacktoberfest","project","test-automation","test-harness","testing-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/destrex271.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-05-08T15:18:55.000Z","updated_at":"2025-12-15T18:22:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b7267de-c07e-4f47-8a23-e8adda24b9e5","html_url":"https://github.com/destrex271/pgweb-testing-harness","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/destrex271/pgweb-testing-harness","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/destrex271%2Fpgweb-testing-harness","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/destrex271%2Fpgweb-testing-harness/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/destrex271%2Fpgweb-testing-harness/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/destrex271%2Fpgweb-testing-harness/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/destrex271","download_url":"https://codeload.github.com/destrex271/pgweb-testing-harness/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/destrex271%2Fpgweb-testing-harness/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28677718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"online","status_checked_at":"2026-01-23T02:00:08.296Z","response_time":59,"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":["hacktoberfest","project","test-automation","test-harness","testing-tools"],"created_at":"2026-01-23T02:12:14.567Z","updated_at":"2026-01-23T02:12:15.189Z","avatar_url":"https://github.com/destrex271.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pgweb-testing-harness\nThis is the official project repository for the PostgreSQL Website Testing Harness Suite.\n\n## Overview\n\nThe PGWeb Testing Harness is a set of tests written for the official PostgreSQL website codebase which can be found [here](https://git.postgresql.org/gitweb/?p=pgweb.git;a=summary).\nThe suite utilizes GitHub Actions to run all the tests and generate a log file which can be used to check for bugs in the parts of the codebase covered by the tests.\nThe tests are divided into the following categories:\n\n- Functional Tests\n  - Tests for all forms present on the website.\n  - Tests for Documentation loading and rendering processes.\n- Accessibility Tests\n- Miscellaneous Tests\n\n**Note** :- _Functional Tests have been completed. The other tests are remaining as of now and will be completed in the next few weeks._\n\n## Contributing\nTo contribute to this project kindly follow the following rules:\n- All tests files should be in the format **tests_*.py**\n- New Tests should be added via a new branch with the name in format \u003ctest_type\u003e/\u003ctest_name\u003e where test type can be functional, accessibility and security.\n- Kindly refrain from pushing any unwanted files and folders generated by your text editors and IDEs(for eg .idea/ .code/ etc..)\n\n### Setting up the Development Environment\n\nThe testing suite can also be run locally. To do so you need the following prerequisites:\n- **act** - CLI Tool GitHub Actions Emulation. Installation source can be found [here](https://github.com/nektos/act).\n- **Docker** - Required by act to build containers.Installation source can be found [here](https://docs.docker.com/engine/install/).\n\nAfter you fork and clone the repository kindly install all the required packages using\n\n`pip install -r requirements.txt`\n\n**_We suggest that you do so in a virtual environment to avoid any unnecessary conflicts._**\n\nTo run the tests use:\n\n`act -j run-tests`\n\nOnce these prerequisites have been satisfied you can follow the contribution instructions given above and write your tests. Be sure to add the  _fixture_teardown() function in the beginning of your tests to avoid unnecessary errors due to Django.\n\nIf you are adding new tests kindly add them in the following format: **src/[category]/tests_*.py**.\n\nIf you want to add any utility functions kindly add them to **src/utils/*.py**\n\n**Note**: While working on your local machine you might see certain errors and warnings related to pgweb and some other folders, kindly ignore them as these imports are later required in the CI/CD pipeline.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdestrex271%2Fpgweb-testing-harness","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdestrex271%2Fpgweb-testing-harness","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdestrex271%2Fpgweb-testing-harness/lists"}