onion-wownero-blockchain-ex.../tests
moneroexamples 812cd27c25 test readme updated 2017-01-31 17:13:05 +08:00
..
README.md test readme updated 2017-01-31 17:13:05 +08:00
main.py basic tests added as trial 2017-01-31 05:10:27 +00:00

README.md

Python selenium testing of the explorer

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 hoped that, at least part, of this process can be automated.

Install dependencies in Arch Linux

sudo pacman -S python-selenium python-nose geckodriver

Run the tests

nosetests main.py