/mksh-automation

python script for mksh automation i.e testing SJIS encoding

Primary LanguagePython

mksh-automation

How to use

  • Install python3 on your system.
  • Clone this repo/project
  • cd mksh-automation/
  • Run following command to get help
    • python3 test.py --help
  • To run all test cases run following command.
    • python3 test.py --test=All
  • To run single testcase run following command
    • python3 test.py --test=testcase1
  • In case of any failure look into mksh.log file for testcase logs