Skip to content
Snippets Groups Projects
Commit 6d872275 authored by Hamer Iboshi's avatar Hamer Iboshi
Browse files

Update README.md

parent 9d45ad8c
No related branches found
No related tags found
No related merge requests found
Pipeline #21611 failed
# lde-api-regression-test # LDE API Regression Test #
Regression test is a tool for validate existent functionality with each new release of code.
## Getting Started
### Requirements
- [Python 3.5+](https://www.python.org/)
- [pip](https://pip.pypa.io/en/stable/installing/)
- [virtualenv](https://virtualenv.pypa.io/en/latest/installation/)
### Installation
Clone this repository
```
git clone git@gitlab.c3sl.ufpr.br:simcaq/lde-api-regression-test.git
```
Go to this repository
```
cd lde-api-regression-test
```
Create a virtual environment
```
virtualenv -p python3.5 env
```
Activate the virtual environment
```
source env/bin/activate
```
Install dependencies
```
pip install -r requirements.txt
```
## Usage
### Set settings.py
Set base url to the running API (local ex.: localhost:PORT):
```
BASE_URL="https://simcaq.c3sl.ufpr.br/api/v1/"
```
Set
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment