Files
nym/validator-api/tests
2022-08-11 16:18:06 +01:00
..
2022-08-11 17:14:04 +02:00
2022-08-11 17:14:04 +02:00
2022-08-11 17:14:04 +02:00
2022-08-11 16:18:06 +01:00
2022-08-11 17:14:04 +02:00
2022-08-11 17:14:04 +02:00
2022-08-11 17:14:04 +02: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