Metadata-Version: 2.1
Name: liveramp-automation
Version: 1.8.2
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
Requires-Dist: allure-pytest-bdd
Requires-Dist: allure-python-commons
Requires-Dist: boto3
Requires-Dist: certifi
Requires-Dist: datadog
Requires-Dist: db-dtypes
Requires-Dist: dnspython
Requires-Dist: google
Requires-Dist: google-api-core
Requires-Dist: google-auth
Requires-Dist: google-cloud-bigquery
Requires-Dist: google-cloud-core
Requires-Dist: google-cloud-storage
Requires-Dist: google-crc32c
Requires-Dist: google-resumable-media
Requires-Dist: googleapis-common-protos
Requires-Dist: httpx
Requires-Dist: mysql-connector-python
Requires-Dist: pandas
Requires-Dist: paramiko
Requires-Dist: playwright
Requires-Dist: pytest
Requires-Dist: pytest-bdd
Requires-Dist: pytest-json
Requires-Dist: pytest-json-report
Requires-Dist: pytest-xdist
Requires-Dist: pytest-rerunfailures
Requires-Dist: python-dotenv
Requires-Dist: PyYAML
Requires-Dist: requests
Requires-Dist: retrying
Requires-Dist: selenium==4.16.0
Requires-Dist: singlestoredb
Requires-Dist: snowflake-connector-python

# 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
