kyleu / boilerplay

Using the latest technology in the Scala ecosystem, Boilerplay is a reactive web application built on Play Framework, ScalaJS, Silhouette, Sangria/GraphQL, and PostgreSQL. It provides a good starting point for whatever you want to build.

Home Page:https://kyleu.github.io/boilerplay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create automated tests

intracer opened this issue · comments

commented

I don't want to prescribe a specific test framework. I have some basic integration tests written, but all they really do is retrieve webpages and search for text. I'm happy to accept a pull request if you've got a favorite test library.

On Jul 30, 2015, at 2:01 PM, Ilya notifications@github.com wrote:


Reply to this email directly or view it on GitHub.

commented

Without good test coverage one has no proof that the code is working.
And it is not working for me for now #5 and other errors ( #9, #10 )
You might fix them, but have many others.
And then you would not be able to change you code without being sure you did not break at least what is covered with tests