Skip to content

ramaxadillinger/autotests-py

Repository files navigation

Autotests Project

This project contains automated tests for the Trello website.

Getting Started

  1. Create a .env file based on the .env.draft template for environment variables.

  2. Create and activate virtual environment if needed

 python3 -m venv venv
 source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt

Run tests

 pytest

you can modify in pytest.ini

Run tests using Dockerfile

docker build -t app_image .
docker run -p 8000:8000 app_image

This allows viewing the report locally after building.

Open link to see html report

http://localhost:8000/html_report/report.html

Black formatter

Apply python standard formatting. for more information
To run, run the following command in the terminal

black .

Flake8

Your Tool For Style Guide Enforcement for more information
To run, run the following command in the terminal

 flake8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published