onion-wownero-blockchain-ex.../tests/README.md

17 lines
433 B
Markdown
Raw Normal View History

2017-01-31 04:57:48 +00:00
## Python selenium testing of the explorer
2017-01-31 09:13:05 +00:00
As the explorer grows, Monero keep changing, it is increasingly time consuming
2017-01-31 04:57:48 +00:00
to keep testing the explorer manually. Thus, with the help of selenium, python and nose
2017-01-31 09:13:05 +00:00
it is hoped that, at least part, of this process can be automated.
2017-01-31 04:57:48 +00:00
2017-01-31 05:12:28 +00:00
#### Install dependencies in Arch Linux
2017-01-31 04:57:48 +00:00
```bash
2017-01-31 05:12:28 +00:00
sudo pacman -S python-selenium python-nose geckodriver
2017-01-31 04:57:48 +00:00
```
2017-01-31 05:12:28 +00:00
#### Run the tests
2017-01-31 04:57:48 +00:00
```
nosetests main.py
```