{"id":22362994,"url":"https://github.com/lambdatest/python-selenium-add-status","last_synced_at":"2026-04-30T02:35:20.891Z","repository":{"id":97545388,"uuid":"502161295","full_name":"LambdaTest/Python-selenium-add-status","owner":"LambdaTest","description":"How to add test status in automation test in Python-selenium on LambdaTest","archived":false,"fork":false,"pushed_at":"2022-06-10T19:39:49.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-06-19T19:04:28.438Z","etag":null,"topics":["lambdatest","python","selenium","testing"],"latest_commit_sha":null,"homepage":"","language":null,"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/LambdaTest.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,"zenodo":null}},"created_at":"2022-06-10T19:39:36.000Z","updated_at":"2022-06-13T08:13:20.000Z","dependencies_parsed_at":"2023-03-13T16:11:09.013Z","dependency_job_id":null,"html_url":"https://github.com/LambdaTest/Python-selenium-add-status","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LambdaTest/Python-selenium-add-status","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LambdaTest%2FPython-selenium-add-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LambdaTest%2FPython-selenium-add-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LambdaTest%2FPython-selenium-add-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LambdaTest%2FPython-selenium-add-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LambdaTest","download_url":"https://codeload.github.com/LambdaTest/Python-selenium-add-status/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LambdaTest%2FPython-selenium-add-status/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32452739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"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":["lambdatest","python","selenium","testing"],"created_at":"2024-12-04T17:12:59.548Z","updated_at":"2026-04-30T02:35:20.881Z","avatar_url":"https://github.com/LambdaTest.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to add test status in automation test in Python-selenium on [LambdaTest](https://www.lambdatest.com/?utm_source=github\u0026utm_medium=repo\u0026utm_campaign=Python-selenium-add-status)\n\nIf you want to add test status in automation test in Python-selenium on LambdaTest, you can follow the below steps. You can refer to sample test repo [here](https://github.com/LambdaTest/python-selenium-sample).\n\n## Configure testcase\n\nAfter the execution of a testcase, you have to execute a script (lambda-status) to pass \"passed\" or \"failed\" based on the execution. See the example code below:\n\n\n```python\n\n#testcase pass condition\nif(testcase_pass = True):\n\tdriver.execute_script(\"lambda-status=passed\")\n\n\tprint(\"Tests are run successfully!\")\nelse:\n\tdriver.execute_script(\"lambda-status=failed\")\n```\n\n## Run your test\n\n```bash\npython lambdatest.py\n```\n\n\n# Links:\n\n[LambdaTest Community](http://community.lambdatest.com/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdatest%2Fpython-selenium-add-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flambdatest%2Fpython-selenium-add-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flambdatest%2Fpython-selenium-add-status/lists"}