- Not all tests are implemented
- Not all tests are listed
- No Jenkins file to control build process
- Install Node with NPM
- Run
npm install
- Install Mozilla Firefox
- Access to a Zowe install running on z/OS
Parameter values should be replaced with your own.
Either create environment variables listed below
or create a .env file in the root directory during develpment
Add environment-specific variables on new lines in the form of NAME=VALUE. For example
ZOWE_USERNAME=IBMUSER \
ZOWE_PASSWORD=12345678 \
ZOWE_JOB_NAME=ZOWESVR \
SERVER_HOST_NAME=zosHost.com \
SERVER_HTTPS_PORT=7554 \
npm test
npm run lint