testing

Testing tools, testing philosophy & methodology...
mogenslund 2017-09-14T17:43:03.000171Z

Hi all, I have create a sample project for using WebDriver with Clojure and Liquid. Feel free to try it out: https://github.com/mogenslund/liquid-webdriver It can be used as a templete for your own projects. There is also a walkthrough video on the page. Enjoy!

💯 1
bago 2017-09-14T19:46:41.000612Z

Hello guys, any thought on what could be wrong with this travis ci log https://travis-ci.org/open-company/open-company-web/jobs/275478282 ? it’s running in debug mode, i login, download the latest phantom (used to test my React/Rum components), download boot.sh (tried latest and 2.7.2), at the first run of boot it downloads all the dependencies, from this time all boot commands exit w/o any output nor errors

travis@testing-gce-4c68c43d-9ae9-45c5-ac1e-709f7989f4c1:~/build/open-company/open-company-web$ boot repl -e '(System/exit 0)'
Downloading <https://github.com/boot-clj/boot/releases/download/2.6.0/boot.jar>...
Retrieving clojure-1.9.0-alpha13.pom from <https://repo1.maven.org/maven2/> (8k)
...
Retrieving slf4j-api-1.8.0-alpha2.jar from <https://repo1.maven.org/maven2/> (43k)
travis@testing-gce-4c68c43d-9ae9-45c5-ac1e-709f7989f4c1:~/build/open-company/open-company-web$ boot test!
travis@testing-gce-4c68c43d-9ae9-45c5-ac1e-709f7989f4c1:~/build/open-company/open-company-web$ boot pdev
travis@testing-gce-4c68c43d-9ae9-45c5-ac1e-709f7989f4c1:~/build/open-company/open-company-web$ boot target
^Ctravis@testing-gce-4c68c43d-9ae9-45c5-ac1e-709f7989f4c1:~/build/open-company/open-company-web$ boot pstaging-prodstaging-build
ot-clj/boot-bin/releases/download/2.7.2/boot.sh &amp;&amp; chmod 755 boot"v phantomjs /usr/local/phantomjs/bin/phantomjs
04.tar.bz2js-2.0.0-ubuntu-12.04.tar.bz2
ot-clj/boot-bin/releases/download/2.7.2/boot.sh &amp;&amp; chmod 755 boot"/exit 0)'
it looks like it just exit, no error, no explanation, nothing