Want to generate your Legerity page objects super fast? 🚀
The Legerity page object generator CLI tool allows you to auto-generate page objects for your Windows and Android application based on page files. (iOS and web coming soon!)
Just provide an input path, output path, and output namespace and you're away! 🤩
dotnet tool install -g Legerity.PageObjectGenerator
Or update an existing install
dotnet tool update -g Legerity.PageObjectGenerator
Once you have the tool installed, it is simply a case of running the CLI and providing the input, output, and namespace arguments.
legerity-pop -i "path/to/input/folder" -o "path/to/output/folder" -n "My.Namespace" -p "Windows"
This will read through all the page files that can be found under the input folder, generate a Legerity BasePage
equivalent based on supported elements, and then drop those into your output folder. And that's it!
Platform argument supports: Windows / Android
Contributions, issues and feature requests are welcome!
Feel free to check the issues page. You can also take a look at the contributing guide.
We actively encourage you to jump in and help with any issues, and if you find one, don't forget to log it!
As many developers know, projects like Legerity are built and maintained in spare time. If you find this project useful, please Star the repo and if possible, sponsor the project development on GitHub.
This project is made available under the terms and conditions of the MIT license.