Skip to content

LiquidEOS/EOS-Test-Cave

 
 

Repository files navigation

EOS-Test-Cave Build Status

Automated EOS testing framework.

Dependencies

The test runner requires jq and bc.

Ubuntu

sudo apt-get install -y jq bc

Install

git clone https://github.com/EOS-BP-Developers/EOS-Test-Cave.git
cd EOS-Test-Cave
git checkout v0.2.0

Config

Use the dist:

cp config.json.dist config.json

And point the node_bin to your local install.

Running Tests

In the root project directory, tests are executed with:

./start.sh

CI

We have hooked in Travis CI which will auto build and execute tests in a controlled environment. The CI runner will execute on master and all PRs. No PR can be merged without CI passing!

Contributors

This is made with ♥ by:

About

Automated testing framework for EOS validation

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Assembly 35.6%
  • C++ 28.7%
  • WebAssembly 28.5%
  • Makefile 6.2%
  • Other 1.0%