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

importing 'password' as env var #334

Closed Archana-GS closed 1 year ago

Archana-GS commented 1 year ago

Hardcoding passwords directly in code is not secure so using a more secure approach such as using environment variables , the os.environ.get() function retrieves the value of the APP_PASSWORD environment variable.