An open API service indexing awesome lists of open source software.

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

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
```