diff --git a/tests/README.md b/tests/README.md index 51df7bb..363721b 100644 --- a/tests/README.md +++ b/tests/README.md @@ -4,10 +4,14 @@ As the explorer grows, monero keep changing, it is increasingly time consuming to keep testing the explorer manually. Thus, with the help of selenium, python and nose it is hope that at least part of this process can be automated. +#### Install dependencies in Arch Linux + ```bash -sudo pacman -S python-selenium python-nose +sudo pacman -S python-selenium python-nose geckodriver ``` +#### Run the tests + ``` nosetests main.py ``` \ No newline at end of file