Skip to content

KaHDaPaIII/API-testing-task

Repository files navigation

API testing task

About the project

Completed task of creating tests in Postman and GitHub Actions practice.
The task is described here.

Getting started

Prerequisites

  • Node.js
  • Git

Installation

  1. Clone the repo using:
git clone https://github.com/KaHDaPaIII/API-testing-task
  1. Navigate to folder:
cd API-testing-task
  1. Install npm packages using:
npm install

Usage

  • Turn on the API server:
npm run turn-on-api
  • In another console, run tests with the Newman HTML reporter:
npm run tests
  • Open the report:
./report/index.html

About

Completed task of creating tests in Postman and GitHub Actions practice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published