Skip to content

Automated testing framework with pytest integration

Notifications You must be signed in to change notification settings

FocusedDiversity/AutoQA

Repository files navigation

AutoQA

An automated testing framework for running and managing test suites.

Project Structure

AutoQA/
├── src/              # Source code
│   ├── __init__.py
│   ├── runner.py     # Test runner
│   └── reporter.py   # Test reporting
├── tests/            # Test files
│   └── __init__.py
├── config/           # Configuration files
│   └── settings.py
├── reports/          # Generated test reports
├── requirements.txt  # Dependencies
└── main.py           # Entry point

Installation

pip install -r requirements.txt

Usage

python main.py

Configuration

Edit config/settings.py to customize test settings.

About

Automated testing framework with pytest integration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages