Enable continuous integration for development on the local machine, so that developers can utilize the exact similar functionalities run on Jenkins to detect test issue upfront.
Motivation
Currently, the sdk uses sample application for testing, which can sometimes lead to false-positive tests, as we are doing the build and link to lisk-core in a different way on Jenkins.
Acceptance Criteria
To be able to run the exact similar Jenkins pipeline on developers' local machine.
Description
Enable continuous integration for development on the local machine, so that developers can utilize the exact similar functionalities run on Jenkins to detect test issue upfront.
Motivation
Currently, the sdk uses sample application for testing, which can sometimes lead to false-positive tests, as we are doing the build and link to lisk-core in a different way on Jenkins.
Acceptance Criteria
To be able to run the exact similar Jenkins pipeline on developers' local machine.
Additional Information