Files
nym/nym-api/tests
dependabot[bot] a24dd8b9bc build(deps): bump json5 from 2.2.1 to 2.2.3 in /nym-api/tests (#2768)
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 10:11:01 +00:00
..

validator-api-test suite

A Typescript test framework utilising Jest and Node to perform tests against the NYM validator-apis.

Getting Started

Installation

  1. Having yarn install on your machine
  2. Install all the packages - yarn install
  3. Peeping the package.json will show you the commands to run for the tests

Usage

  1. Run the testsuite - currently the configuration hasn't fully been set up to switch envs
    yarn test
    

ToDo

  1. Finish happy and negative test scenarios
  2. Full reporting
  3. Fully functioniting env switching
  4. Run in CI
  5. Docker?

Kudos to jmfiola21@gmail.com for the baseline of this framework