From 383828afba8bfbd8421020ce8f1670411c080ec3 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Tue, 31 Jan 2017 05:12:28 +0000 Subject: [PATCH] readme updated --- tests/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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