public
Description: An opinionated browser-based test framework
Home | Edit | New

Getting Started

If you can perform the following and end up with a single failing example stating that you haven't written any tests yet then you’ve won.

*nix

$ sudo gem install taza
$ taza my_taza_example
$ cd my_taza_example
$ ./script/generate site my_special_site
$ ./script/generate page home my_special_site
$ ./script/generate flow login my_special_site
$ rake -T
$ rake spec:isolation:my_special_site

Windows

NOTE: If you’re on Windows you are going to run into problems somewhere. Please do yourself the favor of using Cygwin instead of the Windows Command Prompt.

$ gem install taza
$ taza.bat my_taza_example
$ cd my_taza_example
$ ./script/generate site my_special_site
$ ./script/generate page home my_special_site
$ ./script/generate flow login my_special_site
$ rake.bat -T
$ rake.bat spec:isolation:my_special_site

Last edited by scudco, Tue Mar 31 15:17:35 -0700 2009
Home | Edit | New
Versions: