https://github.com/oslabs-beta/jester
Jester is a test-generation tool to create integration test code.
https://github.com/oslabs-beta/jester
javascript jest supertest tdd tdd-javascript test-driven-development testing testing-tool testing-tools
Last synced: 20 days ago
JSON representation
Jester is a test-generation tool to create integration test code.
- Host: GitHub
- URL: https://github.com/oslabs-beta/jester
- Owner: oslabs-beta
- License: mit
- Created: 2022-09-16T20:00:20.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-06T05:26:40.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T10:53:17.873Z (about 1 month ago)
- Topics: javascript, jest, supertest, tdd, tdd-javascript, test-driven-development, testing, testing-tool, testing-tools
- Language: TypeScript
- Homepage: https://jester.software
- Size: 14.6 MB
- Stars: 55
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Code Generator for Integration Tests
## Introduction
Welcome to **Jester**: An easy-to-use web application that helps you create and implement integration tests, to quickly build out a lightweight testing suite for your application.## Getting Started
Please visit https://jester.software to get started.## Licenses
MIT## How it Works
Jester will pass inputs from a Graphical User Interface to a server that will perform algorithmic logic to generate integration test code. From here, Jester can save your query into a database and feed back a functional test for your project if you want to take advantage of our account functionality, or it can simply return the functional test code without saving it to a database.## Features
**Logging In**
You can use the application with limited functionality without creating an account and logging in; however, reccomend creating an account through GitHub oAuth for a secure and full experience.**Creating a Test**
To create a test, begin by selecting the type of HTTP method you would like to write test code for as well as the endpoint of your request. To begin adding assertions, click the purple '+' icon and add up to three assertions as needed for any Status Code, Content Type, or Response Body. Once all relevant information has been input, click on 'Generate Test code' and Jester will generate a functional integration test.**Creating a Project**
Logged in users are able to create a project inside of which generated test code snippets can be saved. You can generate test code using Jester and save it into a specific project utilizing the 'append to project' button.
![]()
This will help engineers stay organized while developing test suites for multiple projects.
**Viewing Your Saved Projects**
To view all of the projects you have created, please utilize our vertical tool bar on the left side of the page. When you select 'Projects', a pop-out menu will display all the projects on your account. From here, you can select any of your projects to view the saved code snippets inside. If you haven't created a project, please create one from here or generate test code and append it to a project in order to begin.## Contributing
As an open source project, we are always open to contributors wanting to improve the library.## Contributors
## Documentation
The Jester docs are available at https://jester.software/documentation
## Resources
Built using React, Redux Toolkit, and Typescript