https://github.com/zas-post/testlivecodingproject
Testing OrangeHRM Demo
https://github.com/zas-post/testlivecodingproject
allure allure-report docker docker-compose github-pages pytest python selenium selenium-webdriver workflow
Last synced: about 1 month ago
JSON representation
Testing OrangeHRM Demo
- Host: GitHub
- URL: https://github.com/zas-post/testlivecodingproject
- Owner: zas-post
- Created: 2024-02-27T13:38:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T15:43:01.000Z (over 1 year ago)
- Last Synced: 2025-06-21T10:43:26.828Z (4 months ago)
- Topics: allure, allure-report, docker, docker-compose, github-pages, pytest, python, selenium, selenium-webdriver, workflow
- Language: Python
- Homepage:
- Size: 1.37 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing OrangeHRM Demo
The goal of this project is to perform comprehensive testing of the Myinfo module and login functionality on the OrangeHRM Demo platform. The project will make use of various tools and libraries such as WebDriverManager, Selenium framework, Pytest framework and started on GitHub (CI/CD).
## Setup
- Install and configure Python3
- Setup your IDE
- Import cloned repository as project
- Install all the required packages:
```bash
pip install -r requirements.txt
```