1f748ecbe8
Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.5. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.0...v1.7.5) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
nym-api-test suite
A Typescript test framework utilising Jest and Node to perform tests against the NYM validator-apis.
Getting Started
Installation
- Having
yarninstall on your machine - Install all the packages -
yarn install - Peeping the package.json will show you the commands to run for the tests
Usage
- Run the testsuite - currently the configuration hasn't fully been set up to switch envs
yarn test
ToDo
- Finish happy and negative test scenarios
- Full reporting
- Fully functioniting env switching
- Run in CI
- Docker?
Kudos to jmfiola21@gmail.com for the baseline of this framework