Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ test_report/
# Environment
.env

# Package
package-lock.json
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ This repo demonstrates how APIs can be tested on a Mocha test framework. The tes
The package being used to test APIs is [Superagent](https://www.npmjs.com/package/superagent).
The POST tests utilises a mocked reponse using [Nock](https://www.npmjs.com/package/nock).

## Latest Build Report
[![Test Status](https://github.com/CDTester/mocha-api-tests/actions/workflows/selenium.yml/badge.svg)](https://github.com/CDTester/mocha-api-tests/actions/workflows/selenium.yml)
[![Test Report](https://github.com/CDTester/mocha-api-tests/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/CDTester/mocha-api-tests/actions/workflows/pages/pages-build-deployment)

https://cdtester.github.io/mocha-api-tests/test-report.html



# The API helper
The helper allows you to test the following methods:
- Get
Expand Down
Loading