Skip to content

gotreasa/javascript-api-testing

Repository files navigation

API Testing in JavaScript

This repository is useful for teams that need to test their APIs and they would prefer to do it in JavaScript.

What's provided?

  • A Gherkin framework to write Jest tests that are able to test the API

Additional items

npm run lint:fix
npm run prettier:fix
  • Husky for Git hooks, to ensure all the checks and balances are run during the git steps
  • Jest - your testing library
  • Lint-staged - runs linting defined in .lintstagedrc file

Getting started

To start working with this repository, you will need to have Node installed. The version of node expected is in the .nvmrc file, as well as defined in the engine value in the package.json file. If you're using an external library such as Artifactory for your npm packages, you will need to login appropriately.

Once you are set up, you will be able to run:

npm install

to install everything. Once that is completed, you can run

npm test

to verify that everything is working correctly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published