/qa-auto-webui-py

Test Automation Framework POC for Web UI using Selenium with Python programming language and Pytest library.

Primary LanguagePythonMIT LicenseMIT

WebUI Test Automation Framework using the Python programming language

WebUI Testcases Execution 🚀

Commands 💻

Tbd

# Create a pipenv
$ pipenv shell

# Check the created pipenv
$ pip -V
pip 23.2.1 from C:\Users\jagadeesh\.virtualenvs\qa-auto-webui-py-yfPz8AYI\Lib\site-packages\pip (python 3.11)

# Install the dependencies
$ pipenv install

# Check the installed dependencies
$ pipenv graph

# Run the test suite
$ pytest

# Local test cases development
pipenv run test-and-report-macos

Disable auto wrap long line

⚙️
Autopep8: Args
Arguments passed in. Each argument is a separate string in the array.

--max-line-length=120

Tbd

Tbd

Reference 🔗