fix: tools/chaincode-integration/package.json & tools/chaincode-integration/package-lock.json to reduce vulnerabilities (#531)
The following vulnerabilities are fixed with an upgrade:
Co-authored-by: snyk-bot snyk-bot@snyk.io
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
Getting Started
Fabric-Test provides two tools for testing Fabric itself: The Operator tool and PTE
Prerequisites
While Fabric-Test provides a utility for installing most of its dependencies, you do need a few basic tools to get started:
Once you’ve installed these simple dependencies you simply execute
make pre-reqsfrom the root of the repo and Fabric-Test will bootstrap the rest of the dependencies and install the required NPM packages.Environment variables
Make sure
$GOPATH/bin(if GOPATH is set) or$HOME/go/binis in your$PATHso that the go tools can be found.If you run the
maketargets from the project root directory,fabric-test/binwith the Fabric binaries will get added toPATHandfabric-test/configwith Fabric node config files will get added toFABRIC_CFG_PATH. If you run the tests directly (outside ofmake) you will need to set these variables yourself.Running Test Suites with Make
You can run the automated test suites with a Makefile target given below. This handles all the steps for you as the procedure installs all the prerequisites and executes the test suite in the targeted directory. Simply call
makeand target one of the test suites in theregressiondirectory:Tools Used to Execute Tests
Operator
Please see the README located in the
tools/operatordirectory for more detailed information for using the Operator to launch Fabric networks, administer them, and execute actions from test-input files to reconfigure the network, disrupt the network, or use PTE to send transactions.Performance Traffic Engine
Please see the README located in the
tools/PTEdirectory for more detailed information for using the Performance Traffic Engine to drive transactions through a Fabric network... Licensed under Creative Commons Attribution 4.0 International License https://creativecommons.org/licenses/by/4.0/