Skip to content

NetzOptimize/pyQA

Repository files navigation

pyQA

Automate the web testing using simple functions!

Deployment

To deploy this project run

  pytest

For windows

  python -m pytest

Installation

Install the project by unzipping the file

Demo

Running headed automated login test on two browser simultaneously.

HTML REPORT

Features

  • write simple code
  • built in selenium modified functions
  • parallel testing in multiple browsers

Running Tests

To run tests, run the following command

  pytest

For windows

  python -m pytest

Running Single Test

To run tests, run the following command

  pytest <filename>

For windows

  python -m pytest <filename>

Tech Stack

Languages: Python

Frameworks: Selenium, Pytest

Pytest-plugins: pytest-html, pytest-selenium

Roadmap

  • Additional browser support

  • Add more integrations

  • Cloud support

Appendix

Any additional information goes here

Documentations

Selenium python

pytest

pytest-html

Authors

Feedback

If you have any feedback, please reach out at contact@netzoptimize.com