REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
31/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
API Automation Testing with Jest
This application you can run on NODE JS
Step by step
- Install Node JS
- Create directory your-jest-automation
mkdir my-test-project
- Install Jest, Chai, Supertest, jest-html-reporters
npm install jest chai supertest jest-html-reporter --save-dev
npm run test spec/folderName/tryJest.test.js
- NPM Install on terminal
- Corret Jest.io after NPM Install has successfully install
- Corret Supertest Library after NPM Install has successfully install
NOTE
- Create a Test file in the ./spec folder
- Create a function if the request is always reused
- Don't display the credentials in the test file, save them in the configuration
- Don't push your project direct to master(production) but we have stage development --> master
- Don't forget to pull
Contact
Name - @Krizaldiw - muhkhalifrizaldiw@gmail.com
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This is a Git repository for automating API testing on Dmoney API using Axios. The repository contains JavaScript files that send HTTP requests to the Dmoney API endpoints and test their responses. Axios is used to handle the requests and responses. The tests cover various scenarios and provide detailed assertions on the expected responses.
19/100 healthActive repository
JavaScriptNo license#api-rest#axios#chai#javascript
⑂ 0 forks◯ 2 issuesUpdated Mar 27, 2025
This project is a comprehensive test suite for automating the testing of CRUD (Create, Read, Update, Delete) operations of an API. It utilizes the Mocha framework, Axios HTTP client, and Chai assertion library, with test scripts written in JavaScript.
31/100 healthActive repository
JavaScriptNo license#api-rest#automation-testing#axios#javascript
⑂ 0 forks◯ 0 issuesUpdated Oct 30, 2023