Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
IainHull committed Jul 7, 2013
1 parent e2d9b5e commit b9c86ea
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,21 @@

A lightweight Scala DSL for system testing REST web services


## The Plan

I plan for this to be a useful resource for writing REST web service system tests. However my initial focus is learning and documenting the creation of a Scala DSL. The progress on the implementation is slow because I am documenting my understanding of DSLs as I go.

You can follow the [progress on my blog](http://iainhull.github.io/tags.html#resttest-ref):

* [The Builder Pattern](http://iainhull.github.io/2013/07/01/a-simple-rest-dsl-part-1/)
* [The Builder as the basis for a DSL](http://iainhull.github.io/2013/07/02/a-simple-rest-dsl-part-2/)
* Returning values (in progress)
* Integrating RestTest with ScalaTest (planned)
* How to document a DLS (planned)
* Summary of Scala techniques and resources for creating DSLs (planned)


## License

RestTest is licensed under the permissive [Apache 2 Open Source License](http://www.apache.org/licenses/LICENSE-2.0.txt).

0 comments on commit b9c86ea

Please sign in to comment.