Set of simple tests for zowe quickJS and libs
- To be in placed
zowe.runtimeDirectory
- Start
run
& enjoy- No parameter - run all tests
- Multiple parameter as library name to test specified library, e.g.
run zoslib shell
- Minus sign to exclude. eg.
run -shell -string
= run all tests, but excludeshell
andstring
- Minus sign to exclude. eg.
- Fix the problem with encoding
- Add more and more and more tests