Loopy is an automation framework that allows you to create and run test scripts in your preferred programming language. It provides a unified CLI interface for managing and executing various automation tasks.
- Multi-language Support: Write scripts in your preferred language (Python, Shell, etc.)
- Unified CLI: Easy-to-use command-line interface for all operations
- Script Management: List, view, and execute scripts with detailed information
- Parameter Support: Pass parameters to scripts in KEY=VALUE format
- Development Tools: Built-in tools for debugging and development
- Clone the repository and initialize:
git clone https://github.com/Jooho/loopy.git
cd loopy
./loopy init- Make the CLI executable:
chmod +x loopyFor detailed documentation, please visit:
loopy/
├── src/
│ ├── cli/ # CLI implementation
│ ├── core/ # Core functionality
│ ├── dev/ # Development tools and scripts
│ └── commons/ # Common utilities
├── tests/ # Test files
├── docs/ # Documentation
└── hacks/ # Development and CI/CD scripts
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
This project is licensed under the terms of the license included in the repository.