alibaba/arthas
Arthas is an open-source Java diagnostic tool by Alibaba that enables real-time production troubleshooting and performance monitoring without code changes or JVM restarts.
Awesome AI Agents › Code Automation and Testing
ChatUITest is a project aimed at automatically generating UI test scripts, with a particular focus on GUI testing for software projects. Although the project is currently under construction, its primary goal is to facilitate the creation of automated test scripts that can help developers and testers efficiently validate the functionality and performance of graphical user interfaces. This automation can significantly reduce the manual effort involved in UI testing and improve the reliability of software products. In addition to ChatUITest, the repository mentions related tools and resources that complement the testing process. One such tool is the GUI Defect Simulation Tool, which is designed to simulate defects in graphical user interfaces. This tool is available separately and can be used to test the robustness of UI testing frameworks by introducing controlled defects. Furthermore, the project references a GUI Defect Dataset, which is being curated and organized for public release. This dataset contains examples of UI defects and is intended to support research and development in automated UI testing and defect detection. The dataset is hosted on Hugging Face and is expected to be a valuable resource for training and evaluating machine learning models or other automated techniques for UI defect identification. Overall, ChatUITest and its associated tools and datasets represent a comprehensive effort to advance the state of automated GUI testing by providing both the means to generate test scripts and the resources to simulate and study UI defects. This can help improve software quality assurance processes and contribute to more reliable and user-friendly software applications.
https://github.com/ZJU-ACES-ISE/ChatUITest
Arthas is an open-source Java diagnostic tool by Alibaba that enables real-time production troubleshooting and performance monitoring without code changes or JVM restarts.
SWE-agent is an autonomous software engineering tool that uses large language models to automatically fix GitHub issues, perform web tasks, and solve cybersecurity challenges, achieving state-of-the-art results in automated software repair and offensive cybersecurity.
Qodo-Cover is an AI-powered tool that automates the generation of unit tests to enhance code coverage, supporting integration with GitHub CI workflows and local CLI usage.
Judge0 is a robust, scalable, and open-source online code execution system that supports over 60 programming languages and is designed for easy integration into various applications.
BuilderIO/micro-agent is an AI-powered tool that writes and iteratively refines code by generating tests and ensuring all test cases pass, focusing on reliable test-driven development.
Shippie is an AI-powered extensible code review agent that integrates into CI/CD pipelines to automatically detect code issues and improve software delivery speed.
Agentless is an open-source project that automatically solves software development problems through a three-phase process of fault localization, repair, and patch validation, achieving competitive results on SWE-bench benchmarks.
Command-line orchestrator that drives coding agent CLIs through an executor-verifier loop, so the agent that wrote a change is never the one that declares it correct.