https://github.com/okhand-zy/rfstudio
No-Code RobotFramework Studio
https://github.com/okhand-zy/rfstudio
blockly robotframework
Last synced: 8 months ago
JSON representation
No-Code RobotFramework Studio
- Host: GitHub
- URL: https://github.com/okhand-zy/rfstudio
- Owner: OKHand-Zy
- License: apache-2.0
- Created: 2024-11-24T06:41:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T08:23:57.000Z (8 months ago)
- Last Synced: 2025-02-21T09:30:23.404Z (8 months ago)
- Topics: blockly, robotframework
- Language: JavaScript
- Homepage: https://rf-studio.vercel.app
- Size: 449 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RobotFramework Studio
Learn Robot Framework the Easy Way: Visual Block Programming. This project delivers a visual programming tool that simplifies the creation of Robot Framework test scripts using an accessible block-based approach.
Your Fast Track to Robot Framework Mastery. This project is designed as a learning website to provide a quick and easy onboarding experience for those new to or unfamiliar with Robot Framework.
Works with: Robot Framework 7.0+. Guided by: Robot Framework User Guide 7.2.
## Features
- Visual block-based programming interface using Blockly
- Real-time Robot Framework code generation
- Support for common Robot Framework libraries and keywords
- Export generated code to .robot files
- Easy-to-use drag-and-drop interface## Getting Started
### Prerequisites
- Node.js 18.17.0 or higher
- npm or yarn package manager### Installation
1. Clone the repository
```bash
git clone https://github.com/OKHand-Zy/rfstudio.git
cd rfstudio
```2. Install dependencies
```bash
npm install
# or
yarn install
```3. Start the development server
```bash
npm run dev
# or
yarn dev
```4. Open your browser and visit http://localhost:3000
## Future
- [ ] Add import other Robot Framework library html file transfer to blockly
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request or create an Issue.
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request