From e6df42f2629b7bbee0cd179b20dcf77a6c4551c7 Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Mon, 20 Aug 2018 00:31:28 +0200 Subject: [PATCH] Testing "instructions" --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 522e745..2c713fa 100644 --- a/README.md +++ b/README.md @@ -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