onion-wownero-blockchain-ex.../tests
moneroexamples b33c04114b tests folder started 2017-01-31 04:57:48 +00:00
..
README.txt tests folder started 2017-01-31 04:57:48 +00:00
geckodriver.log tests folder started 2017-01-31 04:57:48 +00:00
main.py tests folder started 2017-01-31 04:57:48 +00:00

README.txt

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

```bash
sudo pacman -S python-selenium python-nose
```

```
nosetests main.py
```