Metadata-Version: 2.1
Name: first_trial
Version: 0.0.1
Summary: First Trial
Home-page: https://github.com/etn-electrical/first_trial
Author: Supriya Pasarkar
Author-email: pasarkarsk1998@gmail.com
Project-URL: Bug Tracker, https://github.com/etn-electrical/first_trial/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Brightlayer Industrial Machinery - Api Automation

Repository stores code for blim api automation test cases using python and pytest.

## Requirements
* Python3 installation required on system, version 3.10


## Getting Started ...
Clone the repository with

``` shell
git clone https://bitbucket-prod.tcc.etn.com/scm/icpddi/blim_api_automation.git
```

### ... on Windows
Need to have things installed on your machine
``` shell
    python3
    pip
    pipenv
```
Please check below link to install and setup path for pipenv

https://pipenv.pypa.io/en/latest/install/#pragmatic-installation-of-pipenv

After installing and setup path for above packages, check version of each one by running below command
```shell
python --version
pip --version
pipenv --version
```

Once you are done with installation of above packages run 
```shell
pipenv install 
```
under 'blim_api_automation' (project) folder. Pipenv will read the Pipfile and Pipfile.lock files for the project, create the virtual environment, and install all the dependencies as needed.
