qxf2 / qxf2-page-object-model

Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services.
https://qxf2.com
MIT License
256 stars 191 forks source link

Issue 348 read env drishya #349

Closed drishyatm closed 6 months ago

drishyatm commented 8 months ago

.env file to the framework

Added files : env_conf env_ssh_conf

Deleted files : deleted: conf/email_conf.py deleted: conf/report_portal_conf.py deleted: conf/ssh_conf.py deleted: conf/testrailenv_conf.py deleted: conf/tesults_conf.py

Moved the respective conf files to env

How to test it .

rename env_conf to ".env" and env_ssh_conf to ".env.ssh" . Provide the environment variable values and run the test .

Tests should run without any interruption.