Skip to content

KevCui/test-scenario-remixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test Scenario Remixer

Every time when you launch remixer, it will generate a checklist with scenarios which are randomly selected from a prepared markdown file. It provides an interaction mode which can be used to check one by one scenario.

Requirement

Dependency

pip install markdown-to-json

Usage

usage: scenarioRemixer.py [-h] [-n NUMBER] [-m] [-d] file

positional arguments:
  file                  input json file

optional arguments:
  -h, --help            show this help message and exit
  -n NUMBER, --number NUMBER
                        number of scenario to display
  -m, --mute            generate checklist without interation
  -d, --debug           active debug log

Releases

No releases published

Packages

No packages published

Languages