{"id":21995160,"url":"https://github.com/redhataccess/cheesecake-api-tests","last_synced_at":"2025-03-23T04:17:28.114Z","repository":{"id":47656730,"uuid":"217030270","full_name":"redhataccess/cheesecake-api-tests","owner":"redhataccess","description":"API tests for Pantheon v2","archived":false,"fork":false,"pushed_at":"2021-11-23T11:59:26.000Z","size":222,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-01-28T10:44:30.371Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redhataccess.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}},"created_at":"2019-10-23T10:26:27.000Z","updated_at":"2021-11-03T09:54:29.000Z","dependencies_parsed_at":"2022-09-14T09:10:55.918Z","dependency_job_id":null,"html_url":"https://github.com/redhataccess/cheesecake-api-tests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhataccess%2Fcheesecake-api-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhataccess%2Fcheesecake-api-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhataccess%2Fcheesecake-api-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhataccess%2Fcheesecake-api-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhataccess","download_url":"https://codeload.github.com/redhataccess/cheesecake-api-tests/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052662,"owners_count":20553172,"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":[],"created_at":"2024-11-29T21:12:34.479Z","updated_at":"2025-03-23T04:17:28.085Z","avatar_url":"https://github.com/redhataccess.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cheesecake-api\n\nAPI tests for Pantheon v2.\n\n\n## Setup\n\n### Requirements:\n- Python3\n- virtualenv\n- virtualenvwrapper\n```\n$ pip install venv virtualenvwrapper\n$ mkvirtualenv api-test-env\n$ workon api-test-env\n```\nYou will have virtual environment to use where you can install all your dependencies.\n\n\n### Installation:\n- Install all the dependencies.\n\n``` pip3 install -r requirements.txt ```\n\n- Set the PYTHONPATH to your current working directory\n\n``` export PYTHONPATH=\u003c/path/to/your/tests directory\u003e ```\n\n```\nexample:\n$ pwd\n/home/username/sample/cheesecake-api-tests\n$ export PYTHONPATH=/home/username/sample/cheesecake-api-tests\n\n```\n\n## Test Execution:\n- Make the changes in the config file for actual values.\n\n``` mv config.ini.sample config.ini ```\nMake the appropriate changes to base URL in config.ini file.\n\n* To run the test against QA env, set the environment variable appropriately.\n``` export PANTHEON_ENV=qa ```\nAcceptable values for PANTHEON_ENV variable are dev/qa/stage.\n\n- To execute the API tests:\n\n``` lcc run ```\n\n- To view the report on the console:\n\n``` lcc report ```\nThis command will display the last generated report on the console.\n\n- To view the HTML report in browser:\n\n``` firefox report/report.html ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhataccess%2Fcheesecake-api-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhataccess%2Fcheesecake-api-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhataccess%2Fcheesecake-api-tests/lists"}