2022 Software Testing course project, Tongji University. 同济大学软件测试课设
Libre Testing is an innovative automated testing platform developed by the Software College of Tongji University. It leverages modern technologies including Vue 3 for the Web UI and employs TypeScript for static checks, along with Vitest and Cypress for various testing functions. Designed for both educational purposes and practical applications, this platform offers an online demo experience to showcase its capabilities in software testing.
The platform supports multiple testing methodologies, including unit testing, integration testing, and end-to-end testing, making it a versatile tool for students and professionals alike. With clear instructions for setup and usage, Libre Testing simplifies the process of testing applications and allows users to run test cases effectively.
Web UI Built with Vue 3: The user-friendly interface is designed using Vue 3, ensuring a smooth interaction for users conducting tests.
Comprehensive Testing Support: Offers capabilities in unit testing, integration testing, and system testing, making it suitable for various testing scenarios.
TypeScript for Static Checks: Utilizes TypeScript, enhancing code reliability through static type checking, which helps in catching errors early in the development process.
Cypress for End-to-End Testing: Integrates Cypress to facilitate robust end-to-end testing, allowing users to verify the functionality and performance of their applications.
Online Demo Experience: Provides a demo version of Libre Testing to give potential users a hands-on experience of the platform's features without any local setup requirements.
Simple Use Case Execution: Users can quickly start testing by selecting the version and use case type, allowing for an efficient testing process.
Embedded StackBlitz Integration: Features an embedded StackBlitz window for real-time demonstration of testing processes, enhancing the learning experience.
Cross-Browser Support: Ensures that testing can be performed across different browsers, contributing to broader application compatibility.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
TanStack is a collection of high-quality, framework-agnostic libraries including TanStack Query for data fetching, TanStack Router for routing, TanStack Table for tables, and more. These tools provide powerful, type-safe solutions for common web development challenges.
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Jotai is a primitive and flexible state management library for React. It takes a bottom-up approach with an atomic model inspired by Recoil, offering a minimal API that scales from simple to complex state management needs without boilerplate.
Motion (formerly Framer Motion) is a production-ready animation library for React and JavaScript. It provides a simple declarative API for creating fluid animations, gestures, and transitions with excellent performance and accessibility.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.