Official Website https://slash.readthedocs.io/en/master/
Basic tests script for slash framework written in python and running on Windows OS. You can use Git Bash or command prompt(cmd) on Windows to run the tests.
$ source myenv/Scripts/activate # Git Bash
> myenv\Scripts\activate.bat # cmd
pip install -r requirements.txt
slash run path/to/file/test_filename.py
Output for pass and fail scenario
slash list tests
slash run tests\test_file.py --repeat-all 4 # this single test will run 4 times
slash run -vvv tests\test_filename.py