mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
readme updated
This commit is contained in:
parent
e891b29936
commit
383828afba
1 changed files with 5 additions and 1 deletions
|
@ -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
|
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.
|
it is hope that at least part of this process can be automated.
|
||||||
|
|
||||||
|
#### Install dependencies in Arch Linux
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S python-selenium python-nose
|
sudo pacman -S python-selenium python-nose geckodriver
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Run the tests
|
||||||
|
|
||||||
```
|
```
|
||||||
nosetests main.py
|
nosetests main.py
|
||||||
```
|
```
|
Loading…
Add table
Add a link
Reference in a new issue