1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-22 03:12:58 +03:00

Testing "instructions"

This commit is contained in:
Artyom Kazak 2018-08-20 00:31:28 +02:00
parent 227112e84e
commit e6df42f262

View File

@ -22,6 +22,18 @@ If you want to contribute but don't know where to start, grep the source for
[ideas]: https://github.com/aelve/guide/issues?q=is%3Aissue+is%3Aopen+label%3A%22not-fleshed-out+idea%22
[design]: https://github.com/aelve/guide/issues?q=is%3Aissue+is%3Aopen+label%3A%22design%22
## Testing
You need `chromedriver` and `selenium-server-standalone` installed (those are the package names on Arch Linux). Then you can do
```
$ java -jar /usr/share/selenium-server/selenium-server-standalone.jar
```
```
$ stack test
```
## Overview of the code
### Folder structure