Pettswood icon indicating copy to clipboard operation
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.

Results 12 Pettswood issues
Sort by recently updated
recently updated
newest added

Consider: def columns = { case "Trader name" => Setter(name = _) } This can be achieved with: object Setter { def apply(f: (String) => Unit) = (text: String) =>...

When a build fails, I want to see an index that shows me all the tests that passed and failed, and provides links to them, so that I can quickly...