Giter Site home page Giter Site logo

janvi-thakkar / keploy-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from keploy/ui

0.0 1.0 0.0 7.79 MB

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

Home Page: https://keploy.io

License: Apache License 2.0

JavaScript 1.75% TypeScript 98.25%

keploy-ui's Introduction

Welcome to Keploy UI ๐Ÿ‘‹

Slack Github LinkedIN YouTube contributions welcome License

About Us

Keploy is a no-code API testing platform.

Keploy automatically generates unit test cases with dependency mocks from API calls

Developers can use keploy alongside their favorite unit testing framework to save time writing testcases.

How it works?

How it works

Note: You can generate test cases from any environment which has all the infrastructure dependencies setup. Please consider using this to generate tests from low-traffic environments first. The deduplication feature necessary for high-traffic environments is currently experimental.

Installation

This is the UI repository of Keploy platform. Please follow QuickStar/Installation guide.

Contribution

Make sure you're using Node version 14.16.0

1. Start the Keploy Server

There's a separate docker-compose file which helps which exposes the mongo server and also builds the dockerfile from local code. The build flag ensures that the binary is built again to reflect the latest code changes. There's also docker-compose-debug.yaml which can help remote debugging the go server on port 4000.

git clone https://github.com/keploy/keploy.git && cd keploy
docker-compose -f docker-compose-dev.yaml up --build

2. Start the Keploy Console/UI

git clone https://github.com/keploy/ui.git && cd ui
npm i 

For development, we'll add the API URL as local keploy server url running at http://localhost:8081

export GATSBY_API_URL=http://localhost:8081/api

Now let's start the Gatsby Server

npm run develop

If you make some UI/design changes and want to add test data. In the new directory, clone test data repo :

git clone https://github.com/keploy/test-data.git && cd test-data

Within test-data directory

Install mongo-database-tools

brew tap mongodb/brew
brew install mongodb-database-tools

Restore DB

mongorestore  dump/

You should now be able to see test data on the UI.

Community support

We'd love to collaborate with you to make Keploy great. To get started feel free to reach out to us :

  • Slack - Discussions with the community and the team.
  • GitHub - For bug reports and feature requests.

๐Ÿ“Œ Our valuable Contributors๐Ÿ‘ฉโ€๐Ÿ’ป๐Ÿ‘จโ€๐Ÿ’ป :

keploy-ui's People

Contributors

akshit42-hue avatar anirudhjain75 avatar ayush7614 avatar janvi-thakkar avatar madhavsikka avatar namantaneja167 avatar nehagup avatar slayerjain avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.