-
Notifications
You must be signed in to change notification settings - Fork 2
How to contribute
ThomasPRZilliox edited this page Mar 16, 2025
·
1 revision
To contribute to this project I will invite you to read the guidelines from GitHub, in summary you should:
- Fork the Repository
- Clone the Forked Repository
- Create a New Branch
- Make Changes and Commit
- Push Changes to Your Forked Repository
- Submit a Pull Request (PR)
To validate your work, run the following test that will ensure that the framework features are still working. First, you will need to run a VI:
.\lv-ui-testing\src\lv\ui-testing\test - all.vi
Open a command line interface (this could be in your python IDE) and navigate to the tests folder
cd .\lv-ui-testing\src\python\tests\2.x
Then run the following command:
pytest .\test_all.py
The testing procedure takes 2-3 minutes and uses the mouse to mimic "user's click" so I would recommend to not use your device during the testing phase.