/cv_teaching

Example repository to teach test automation and how to us computer vision frameworks and CV_POM

Primary LanguagePython

Automation MasterClass

Installation

create environment:

    python -m venv venv

activate environment unix/linux/mac:

    . venv/bin/activate

activate environment windows:

    venv\Scripts\activate

Install requirements:

    pip install -r requirements.txt

Run cases

    python -m pytest tests -s -p no:warnings