Metadata-Version: 2.1
Name: liveramp-automation
Version: 1.8.3
Summary: This is the base liveramp_automation_framework
Home-page: https://github.com/LiveRamp/liveramp-automation
Author: Jasmine Qian
Author-email: jasmine.qian@liveramp.com
Description-Content-Type: text/markdown
License-File: LICENSE

# liveramp-automation
An automation framework helps you quickly author scripts for Both UI and API automation testing 



### Background

    Are you eager to embark on your journey of creating a remarkable test project? 
    But, you find yourself grappling with the complexities of environment configuration, 
    puzzled by the plethora of testing frameworks to choose from, 
    and unsure about integration and execution strategies. 

    Moreover, you feel helpless when it comes to presenting test reports 
    or recording test results effectively in the long term.

    Fret not!

    We have a perfect solution for you. 
    Our team offers an exceptional open-source and user-friendly testing framework designed 
    to empower QE/DEV professionals and anyone enthusiastic about automation testing. 
    
    With our solution, you can effortlessly kickstart your automation endeavors, 
    exploring various types of tests with ease and confidence.


### 1. Description of the repository
        This repository is to build a base autoamtion framework. 
        We would like to integrate the common helpers and libraries here and then build a lib.
        Later the only thing is to add the cases according to the features. 
        Since most of the common helpers and libraries have been integrated to the lib, 
        you only need to import that lib and methods.

### 2. Things need to follow:  
- [x] Create a python repository
- [x] Create a file named [requirements.txt](credentials/requirements.txt) and only input to this file [liveramp-automation](liveramp-automation), you can ignore the version
- [x] Copy [conftest.py](conftest.py) and [pytest.ini](pytest.ini) to your repository's root directory
- [x] Author scripts
- [x] Done
