Skip to content
This repository was archived by the owner on Feb 8, 2026. It is now read-only.

Idea-Pool/api-automation-webinar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-automation-webinar

Build Status

Sample API testing project

Requirements

  • Git
  • NodeJS 6+

Usage

Install

$> npm install

Running server

To run server separately, to manually check it:

$> npm start

Now, the server can be reached via http://localhost:7001

Running tests

$> npm test

First it will download a fresh test data set. It will also start a server in the background and then run tests on it.

API of the server

The server and the API of it can be found on the json-server site.

Types

  • Posts
  • Comments
  • Users
  • Todos
  • Photos
  • Albums

Task

Create API test for the above listed types, based on the CRUD principles and basic API definition of json-server.

About

Sample API testing project

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors