{"id":34255263,"url":"https://github.com/nhsdigital/eligibility-signposting-api-regression-tests","last_synced_at":"2026-04-24T12:07:30.111Z","repository":{"id":308137923,"uuid":"1031800290","full_name":"NHSDigital/eligibility-signposting-api-regression-tests","owner":"NHSDigital","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-21T11:20:45.000Z","size":1869,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-21T13:26:59.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/NHSDigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","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-08-04T10:55:15.000Z","updated_at":"2026-04-21T11:20:49.000Z","dependencies_parsed_at":"2026-02-24T17:11:53.646Z","dependency_job_id":null,"html_url":"https://github.com/NHSDigital/eligibility-signposting-api-regression-tests","commit_stats":null,"previous_names":["nhsdigital/eligibility-signposting-api-regression-tests"],"tags_count":80,"template":false,"template_full_name":null,"purl":"pkg:github/NHSDigital/eligibility-signposting-api-regression-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Feligibility-signposting-api-regression-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Feligibility-signposting-api-regression-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Feligibility-signposting-api-regression-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Feligibility-signposting-api-regression-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NHSDigital","download_url":"https://codeload.github.com/NHSDigital/eligibility-signposting-api-regression-tests/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Feligibility-signposting-api-regression-tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32222541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T10:26:35.452Z","status":"ssl_error","status_checked_at":"2026-04-24T10:25:27.643Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-16T12:38:30.444Z","updated_at":"2026-04-24T12:07:30.106Z","avatar_url":"https://github.com/NHSDigital.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Regression Tests](https://github.com/NHSDigital/eligibility-signposting-api-regression-tests/actions/workflows/regression_tests.yml/badge.svg?branch=main)](https://github.com/NHSDigital/eligibility-signposting-api-regression-tests/actions/workflows/regression_tests.yml)\n[![AI Code Assurance](https://sonarcloud.io/api/project_badges/ai_code_assurance?project=NHSDigital_eligibility-signposting-api-regression-tests)](https://sonarcloud.io/summary/new_code?id=NHSDigital_eligibility-signposting-api-regression-tests)\n# Regression Tests\nThese tests will automate End-to-End regression testing for:\n* [Eligibility Signposting API](https://github.com/NHSDigital/eligibility-signposting-api)\n\n## General usage\nThese tests are run automatically during deployment and shouldn't need to be touched unless performing debugging or\nadding/removing/changing test cases \u003cbr /\u003e\nIf there are any test failures, this will report a failed build\n\nWhen developing new features that need to be regression tested, you'll need to create a new PR for them on this repository. When you are happy with the tests and the feature, merge the regression tests first. This will create a new tagged release, which you should then reference in the counterpart feature pull request before merging the code.\n\n## Setup\n\n### Environment Variables\nEnvironment Variable for this are used, however are not necessary to be set by the user.\n\n### Preparing your development environment\nYou will need the following;\n* Ubuntu (WSL)\n* [ASDF](https://asdf-vm.com/guide/getting-started.html)\n* You can now run the `make install-full` command\n\nOnce this is completed, everything you need to get going should now be installed. \u003c/br\u003e\nYou can now activate your virtual environment `source .venv/bin/activate`\n\n## Developing/Debugging Tests\n\n## Running the tests:\nBefore running the tests, authentication to AWS is necessary.\n\n### Method 1 (Recommended):\nRun the `make run-tests` command\nYou need to specify the following when executing this command:\n*  env= (options: dev test preprod)\n*  log_level= (options: INFO DEBUG)\nExample: ` make run-tests env=dev log_level=INFO`\n\n### Method 2:\nRun the tests by calling the pytest command directly.\nThis allows for further customisation suitable for debugging purposes\n\nFor example:\n`poetry run pytest --env=${env} --log-cli-level=${log_level} -s tests/test_story_tests.py`\n\n**Note that we with the `poetry run` command before calling pytest**\n\n### Commit to Git\nPre commit hooks run checks on your code to ensure quality before being allowed to commit.\nYou can perform this process by running: \u003cbr /\u003e `make pre-commit`\n\nYou may need to run this multiple times to ensure everything is ok before committing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhsdigital%2Feligibility-signposting-api-regression-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhsdigital%2Feligibility-signposting-api-regression-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhsdigital%2Feligibility-signposting-api-regression-tests/lists"}