{"id":20127423,"url":"https://github.com/lexxx42/testing_framework_selenium_pytest","last_synced_at":"2026-05-16T22:32:57.441Z","repository":{"id":159926172,"uuid":"625579284","full_name":"Lexxx42/testing_framework_selenium_pytest","owner":"Lexxx42","description":"Testing framework for site https://demoqa.com/ selenium+pytest+allure","archived":false,"fork":false,"pushed_at":"2023-08-20T12:47:01.000Z","size":4191,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-15T02:30:39.126Z","etag":null,"topics":["allure","allure-pytest","faker","pytest","python","selenium-webdriver","webdriver-manager"],"latest_commit_sha":null,"homepage":"","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/Lexxx42.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}},"created_at":"2023-04-09T14:52:54.000Z","updated_at":"2023-06-22T19:13:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b3a4243-95e8-44b6-9e4b-56e66a07bba0","html_url":"https://github.com/Lexxx42/testing_framework_selenium_pytest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lexxx42/testing_framework_selenium_pytest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxx42%2Ftesting_framework_selenium_pytest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxx42%2Ftesting_framework_selenium_pytest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxx42%2Ftesting_framework_selenium_pytest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxx42%2Ftesting_framework_selenium_pytest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lexxx42","download_url":"https://codeload.github.com/Lexxx42/testing_framework_selenium_pytest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lexxx42%2Ftesting_framework_selenium_pytest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33121138,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: 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":["allure","allure-pytest","faker","pytest","python","selenium-webdriver","webdriver-manager"],"created_at":"2024-11-13T20:21:14.100Z","updated_at":"2026-05-16T22:32:57.422Z","avatar_url":"https://github.com/Lexxx42.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# testing_framework_selenium_pytest\n\n## Used tools\n\n+ [Python 3.11.3](https://www.python.org/downloads/)\n+ [Selenium](https://selenium-python.readthedocs.io/) - API for SeleniumWebDriver\n+ [pytest](https://docs.pytest.org/en/7.3.x/) - test runner\n+ [webdriver_manager](https://github.com/SergeyPirogov/webdriver_manager) - for webdrivers (no more driver installations\n  needed)\n+ [Faker](https://faker.readthedocs.io/en/master/) - for test data generation\n+ [Allure](https://github.com/allure-framework/allure2) - for test run reports\n\n## Allure usage example\n\n**Add allure to PATH environment if using Windows.**\n\nTo get Allure reports you should run tests with the following flag\n\n```shell\n--alluredir=\n```\n\nExample:\n\n```shell\npytest --alluredir=elements_report elements_test.py\n```\n\nWhere:\n\n+ `elements_report` - is a dir with reports files\n+ `elements_test` - is a test files for elements page.\n\nTo get Allure report from test results use the following command\n\n```shell\nallure serve allure_results\n```\n\n\u003cimg src=\"img/allure_report.png\" height=\"600\" width=\"1200\" alt=\"allure report\"\u003e\n\nTo run specific test you can use the following command\n\n```shell\npytest --alluredir=elements_report .\\framework\\tests\\elements_test.py::TestElements::TestTextBox::test_text_box\n```\n\nTo run all tests with Allure report:\n\n```shell\npytest --alluredir=allure_results .\\framework\\tests\n```\n\nYou can check my last run of all tests from my framework:\n\n```shell\nallure serve allure_results\n```\n\n## Framework all tests run\n\n\u003cimg src=\"img/all_tests1.png\" height=\"600\" width=\"1200\" alt=\"final report summary\"\u003e\n\n### One of found defects with a screenshot\n\n\u003cimg src=\"img/all_tests2.png\" height=\"600\" width=\"1200\" alt=\"final report defect with a screenshot\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexxx42%2Ftesting_framework_selenium_pytest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flexxx42%2Ftesting_framework_selenium_pytest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flexxx42%2Ftesting_framework_selenium_pytest/lists"}