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

Updated copy framework template script #411

Closed rohandudam closed 1 month ago

rohandudam commented 1 month ago

Fixed and updated script to support recent architectural changes.

From root directory, run following command to execute the script correctly. python utils/copy_framework_template.py -s . -d ../copy_pom_temp/

rohandudam commented 1 month ago

The changes look good. I tested it and the framework templates are getting copied fine. Couple of issues

  1. Do we need os_details.config
  2. I see some pylint issues with the file. Can you resolve those
avinash010 commented 1 month ago

Looks good @rohandudam