Test task for hoster.by
-
1.Open command line (Win+R)
-
Copy this line in command line and press enter:
/cmd -
2.For check python version at the command line type :
python --version -
3.If python is not installed: https://www.python.org/downloads/
-
4.After installed python
-
5.Copy this line in command line and press enter:
git clone https://github.com/lambotik/hoster.git -
6.Copy this line in command line and press enter:
cd hoster -
7.Copy this line in command line and press enter:
pytest --alluredir=test_result/ test_hoster.py -
8.Copy this line in command line and press enter:
allure serve test_result