Pettswood
Pettswood copied to clipboard
Executable documentation for Scala projects. Let your users write specifications in human-readable HTML, then run them as tests against your app.
When a comparison fails it would be helpful to be able to get more information on a single failure reason, perhaps with a hover?
e.g. ``` Sites Site Leclerc NIKAIADIS ```
* Ignored tests should be listed in the summary * It should be possible to ignore a whole test (file) by placing one marker of some sort at the top
Change the header row cells from td to th. This causes an error message. Firstly, this should be handled (it is perfectly valid). Secondly, the error message is just "can't...
The row() method is being invoked for rows that don't contain tests. e.g. name rows.
This value in the input: ``` html ``` Is mapped to this value in the output: ``` html ``` And that causes the page to appear blank.
Ignoration should nest!
Make headings a bit more sensible: h2 { font-size: 17px; } h3 { font-size: 14px; }
I want to run one tests at a time via the sbt console, and I can't. The only way at the moment is to wrap a specs test around the...
If I have a column (say: "message") and it expects nested tables (say: "From URL" and "From Disk") I want to be able to compose these ideas, such that it...