diff --git a/.github/README.md b/.github/README.md index 1fcc6e3f64..24d2396c33 100644 --- a/.github/README.md +++ b/.github/README.md @@ -18,8 +18,9 @@ py -m venv env 6. pip install pipenv 7. pipenv install 8. run tests: -pipenv run pytest --alluredir=allure-results --browser +pipenv run pytest -n 3 --alluredir=allure-results --browser if no browser was selected then chrome will be used. +if no threads are given test will run on single thread (-n 3 is 3 threads). 9. view allure results: allure serve allure-results diff --git a/requirements.txt b/requirements.txt index 1d3da0fd56..c2a358f223 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,31 +1,47 @@ allure-pytest==2.8.18 allure-python-commons==2.8.18 +apipkg==1.5 appdirs==1.4.4 assertpy==1.1 +astroid==2.4.2 atomicwrites==1.4.0 -attrs==20.2.0 +attrs==20.3.0 certifi==2020.6.20 chardet==3.0.4 colorama==0.4.4 configparser==5.0.1 crayons==0.4.0 distlib==0.3.1 +execnet==1.7.1 +Faker==4.14.0 filelock==3.0.12 idna==2.10 iniconfig==1.1.1 +isort==5.6.4 +lazy-object-proxy==1.5.1 +mccabe==0.6.1 +numpy==1.19.3 packaging==20.4 +pandas==1.1.4 pipenv==2020.8.13 pluggy==0.13.1 py==1.9.0 +pylint==2.6.0 pyparsing==2.4.7 -pytest==6.1.1 +pytest==6.1.2 +pytest-forked==1.3.0 pytest-ordering==0.6 +pytest-xdist==2.1.0 +python-dateutil==2.8.1 +pytz==2020.1 requests==2.24.0 selenium==3.141.0 six==1.15.0 -toml==0.10.1 +text-unidecode==1.3 +toml==0.10.2 urllib3==1.25.11 virtualenv==20.1.0 virtualenv-clone==0.5.4 webdriver-manager==3.2.2 +wrapt==1.12.1 xlrd==1.2.0