UI

screenshot of UI
gatsby
react
bootstrap
scss

UI for Keploy platform that does API testing by dependency mocking without writing any test cases.

Overview

Keploy is an innovative no-code API testing platform designed to simplify the process of generating unit test cases with dependency mocks from API calls. By allowing developers to easily integrate with their preferred unit testing frameworks, Keploy saves valuable time and streamlines the testing process. Its intuitive interface and automated features make it an essential tool for developers looking to enhance their testing efficiency.

With support for various environments, Keploy is particularly beneficial for low-traffic scenarios, letting teams generate reliable tests quickly. Despite its experimental features for high-traffic environments, Keploy holds great potential for any developer seeking to optimize their API testing workflow.

Features

  • Automated Test Case Generation: Automatically creates unit test cases from API calls, eliminating the manual writing of tests.
  • Dependency Mocks: Generates mocks for dependencies, allowing for more accurate and isolated testing scenarios.
  • Seamless Integration: Works alongside favorite unit testing frameworks, ensuring compatibility and ease of use.
  • Environment Flexibility: Capable of generating test cases in any environment with the necessary infrastructure set up.
  • Community Collaboration: Engages users with platforms like Slack and GitHub for support, feature requests, and bug reports.
  • Docker Support: Includes docker-compose files for easy setup of necessary infrastructure such as MongoDB and the Keploy server.
gatsby
Gatsby

GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.

react
React

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

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

apollo
Apollo

Apollo is an open-source platform for building GraphQL APIs that connects with any data source. It provides a powerful set of tools and features for developers, including client and server-side caching, real-time data synchronization, and a seamless integration with popular frontend frameworks.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

prismjs
Prism JS

PrismJS is an open-source, lightweight, and extensible syntax highlighting library that supports a wide range of programming languages and markup formats.

recharts
Recharts

Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.

typescript
Typescript

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.