/teaolive

BDD Test Framework for Dart. it was inspired by the Jasmine(JavaScript).

Primary LanguageDartMIT LicenseMIT

Teaolive

A Dart Testing Framework

Teaolive is a Behavior Driven Development testing framework for Dart. It does not rely on browser. Thus it’s suited for Server Application or Web Application.
I like Jasmine Test Framework. (http://pivotal.github.com/jasmine/)
It’s really cool when use with CoffeeScript.

How to run

  1. on command line
    $ dart example/usage_for_commandline.dart
  2. on browser
    open example/teaolive.html by Dartium or any other browser.
  3. on CI
    $ dart example/usage_for_ci.dart
    $ cat junit_output.xml

Do you know someone how to running browser test on CI? phantom-js?

Support

  • Ask me on Twitter: @vvakame

Cradle of Teaolive

Create in Dart hackathon. http://www.dartlang.org/hackathons/2012/happy-hour/
@vvakame, @muo_jp, @hiro345, @zaki50

Copyright © 2012 vvakame. This software is licensed under the Apache License version 2.0