https://github.com/goraved/typhon-web-ui
This is a Python framework for writing test automation scenarios using the page object pattern. This framework was created by me like a free open source tool for creating automation tests of any complexity. It can help all specialists who decided to join the test automation community.
https://github.com/goraved/typhon-web-ui
allure github-actions page-object pylint pytest python selenium
Last synced: 2 months ago
JSON representation
This is a Python framework for writing test automation scenarios using the page object pattern. This framework was created by me like a free open source tool for creating automation tests of any complexity. It can help all specialists who decided to join the test automation community.
- Host: GitHub
- URL: https://github.com/goraved/typhon-web-ui
- Owner: Goraved
- Created: 2018-01-22T08:44:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T08:01:29.000Z (over 3 years ago)
- Last Synced: 2023-07-09T15:41:19.105Z (almost 3 years ago)
- Topics: allure, github-actions, page-object, pylint, pytest, python, selenium
- Language: Python
- Homepage:
- Size: 2.08 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Welcome to the Typhon web UI wiki!
## Description
This is a Python framework for writing test automation scenarios using [page object pattern](http://selenium-python.readthedocs.io/page-objects.html).
## Can be tested using framework:
1. UI - using Selenium WebDriver;
3. Load - using [Locust](https://locust.io/)
## Instruments using :
1. [Selenium WebDriver](http://www.seleniumhq.org/projects/webdriver/)
2. [pytest](https://docs.pytest.org/en/latest/)
3. [Allure](http://allure.qatools.ru/)
4. [Locust](https://locust.io/)
## Useful links (could be outdated)
**[Instruction how to start using framework](https://github.com/Goraved/testing_framework/wiki/How-to-start-working-with-framework)**
**[How to change browser](https://github.com/Goraved/testing_framework/wiki/How-to-change-browser)**
**[How to create locator](https://github.com/Goraved/testing_framework/wiki/How-to-create-locator)**
**[How to create test method](https://github.com/Goraved/testing_framework/wiki/How-to-create-test-method)**
**[How to create UI test](https://github.com/Goraved/testing_framework/wiki/How-to-create-UI-test)**
**[Hot to use Allure reports](https://github.com/Goraved/testing_framework/wiki/How-to-use-allure-reports)**
**[Base UI methods](https://github.com/Goraved/testing_framework/wiki/Base-UI-methods)**
**[Config file structure](https://github.com/Goraved/testing_framework/wiki/Config-file-structure)**
## Attention! If you have never been working with Python before, you should investigate the next links:
**[SoloLearn](https://www.sololearn.com/Course/Python/)**
**[DataCamp](https://www.datacamp.com/courses/intro-to-python-for-data-science)**
**[Udemy](https://www.udemy.com/course/complete-python-bootcamp/)**
> Next block (Selenium) needs only for deeper understand of how Selenium works
### Selenium
1. [Selenium get starter](http://selenium-python.readthedocs.io/getting-started.html)
2. [Selenium find locators](http://selenium-python.readthedocs.io/locating-elements.html)
3. [Selenium waits](http://selenium-python.readthedocs.io/waits.html)
4. [Selenium PageObject](http://selenium-python.readthedocs.io/page-objects.html)