An automated Frontend Component Tester designed to improve development speed by automating rendering, previews, and test case generation for React components. RenderTest eliminates manual efforts, ensuring higher code quality and enabling seamless collaboration between developers and designers.
- Nishant Holla - PES1UG23CS401 Github
- Pranav Hemanth - PES1UG23CS433 GitHub
- Kshitij Koushik Kota - PES1UG23CS908 GitHub
- Sampriti Saha - PES1UG23CS505 GitHub
RenderTest automates the rendering, previewing, and testing of React components to reduce manual testing effort and ensure real-time updates. It provides a live dashboard where developers can visualize component states and interactions. By automating test case generation for events like clicks, form validation, and modals, RenderTest ensures all UI components are tested efficiently, minimizing bugs and regressions.
- Frontend Developers: Automate previews and testing to focus more on feature development.
- QA Engineers: Auto-generate test cases for quick testing and full coverage.
- Designers & UI/UX Teams: Use live previews to interact with components and provide feedback in real-time.
- Agile Teams: Sync UI changes with tests and automate CI/CD workflows for fast releases.
- Organizations with Large Component Libraries: Manage large libraries with real-time rendering and automated regression detection.
-
Automated Component Rendering
- Dynamically renders React components with various props and states.
- Integrated live preview dashboard to visualize components without running the full application.
-
Smart Test Case Generation
- Automatically generates and updates test cases for events (e.g., clicks, form fields).
- Ensures that tests remain aligned with UI changes by continuously monitoring components.
-
Seamless Framework Integration
- Built-in support for React with flexibility to extend across frameworks.
- Direct interaction with component props and states for reliable testing.
-
CI/CD Integration
- Compatible with DevOps workflows, ensuring smooth integration into pipelines.
- React: For UI visualization and previews.
- CSS: Styling the test bench and components.
- Webview API: Supports custom HTML rendering inside IDEs (e.g., VS Code).
- Node.js: Handles interactions between the frontend and local environment.
- Express.js: Exposes APIs for testing and rendering processes.
- Webpack: Dynamically compiles React components.
-
Generate a new SSH key and add it to GitHub. Follow this video.
-
Clone the repository:
git clone https://github.com/Pranavh-2004/R3ND3R_Test.git cd R3ND3R_Test
-
Create a new branch with your name and switch to it:
git branch "your_name" git switch "your_name"
-
Push changes to your branch:
git config --global user.email "[email protected]" git config --global user.name "your-username" git add README.md git commit -m "Updated README" git push origin "your_name"
-
Install dependencies:
npm install
- Enhanced Framework Support: Extend beyond React to support other frontend frameworks.
- Real-Time Alerting: Notify developers of UI issues with email/SMS alerts.
- Adaptive Testing: Integrate reinforcement learning for smarter test case generation.
- Component Analytics: Track component usage and performance metrics.
- Expanded Availability: Offer as both a VS Code extension and a standalone plugin.
This project is licensed under the MIT License - see the LICENSE file for details.
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: Enable/disable this extension.myExtension.thing
: Set toblah
to do something.