Skip to content

Permissionless-Software-Foundation/bvt-bchjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bvt-rest

This is the Build Verification Test (BVT) system for FullStack.cash. It's an automated testing system that runs through every possible test. It runs tests in this order:

  • Liveness Tests
  • Unit Tests
  • Integration Tests
  • End to end tests

Installation

  • Clone this repository

  • npm install dependencies

  • Create the following directories inside the repository directory:

    • uut
    • private
    • bkup
  • Place shell scripts in the private directory that will be run when testing bch-api. These shell scripts should set the environment variables required to connect bch-api to its underlying infrastructure.

  • Install Redis in order to run bch-api tests.

About

A Build Verification Test system for bchjs.cash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published