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.
- 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
- Node.js 18.17.0 or higher
- npm or yarn package manager
- Clone the repository
git clone https://github.com/OKHand-Zy/rfstudio.git
cd rfstudio- Install dependencies
npm install
# or
yarn install- Start the development server
npm run dev
# or
yarn dev- Open your browser and visit http://localhost:3000
- Robot Framework Standard libraries v7.2.2 (2025/03/31)
- Basic framework
- BuiltIn
- Collections
- DateTime
- Dialogs
- OperatingSystem
- Process
- Screenshot
- String
- Telnet
- XML
- Add import other Robot Framework library html file transfer to blockly
- Telnet.open_connection_container => option 拖移參數沒有防只有一個
Contributions are welcome! Please feel free to submit a Pull Request or create an Issue.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request