GolosChain / Qa

3 stars 1 forks source link

Develop environment for automated tests for Golos blockchain #11

Closed AKorpusenko closed 6 years ago

AKorpusenko commented 6 years ago

Description

:red_circle: All new Golos blockchain versions should be tested and there are few categories of tests that should be made and successfully passed before release:

:red_circle: Btw, Regression and Integration tests can be splited on two groups:

There are much more tests from first group and they can be easily dockerized and runned with side working golosd wtih docker compose after. Thats is a pretty solution which guarantee that the release vesion is clean, nothing was changed in code and tests use just its functionality and are not changing the product.

The second group is more complicated, because such tests need to run daemon with different configurations to test parameters work for instance.

:red_circle: Thats why I decided to split tests to three folders for now:

Development plan for now

I can assume that MVP is ready when following points are done:

AKorpusenko commented 6 years ago

It's been already done. Closing this.