/autoscorum

scorum automation framework

Primary LanguagePython

Requirements

  • pipenv

Installing

git clone https://github.com/scorum/autoscrorum.git
cd autoscorum
./autoscorum.sh --install

Running tests

./runner.sh {py_test_args_if_nedded} tests

Using pipenv

Installing dev environment using pipenv

git clone https://github.com/scorum/autoscrorum.git
cd autoscorum
pipenv install
pipenv run pip install -e .

Runing testst with py.test

pipenv run py.test tests