Nick Gauthier
|
baa666610e
|
updated readme
|
2010-04-15 09:21:20 -04:00 |
Nick Gauthier
|
283ebbf8d6
|
Version 0.16.2: fixed Rspec success detection. Thanks @joshuaclayton!
|
2010-04-11 11:03:44 -04:00 |
Nick Gauthier
|
021af317b5
|
Version bump to 0.16.2
|
2010-04-11 11:03:05 -04:00 |
Nick Gauthier
|
202563ffd8
|
fixed success detection for rspec due to faulty regex matching
|
2010-04-11 11:02:50 -04:00 |
Nick Gauthier
|
fe624c217f
|
resized logo for wiki
|
2010-04-08 10:12:13 -04:00 |
Nick Gauthier
|
a701bf94fe
|
resized logo for wiki
|
2010-04-08 10:01:06 -04:00 |
Nick Gauthier
|
85627c5749
|
Version 0.16.1: fix to Test::Unit after RSpec support
|
2010-04-06 10:14:03 -04:00 |
Nick Gauthier
|
1393584d93
|
Version bump to 0.16.1
|
2010-04-06 10:13:39 -04:00 |
Nick Gauthier
|
bf8c75dfe3
|
extracted the spec override from the formatter and change the requirement style so as not to kill test::unit files
|
2010-04-06 10:13:32 -04:00 |
Nick Gauthier
|
480d9ee163
|
updated readme to point to wiki
|
2010-04-05 18:14:51 -04:00 |
Nick Gauthier
|
65f01fe08d
|
added rspec and cucumber development dependencies
|
2010-04-05 17:22:03 -04:00 |
Nick Gauthier
|
a1a340c921
|
updated readme with rspec info
|
2010-04-04 21:48:17 -04:00 |
Nick Gauthier
|
38d6b6803e
|
Version 0.16.0: Rspec support
|
2010-04-04 21:38:42 -04:00 |
Nick Gauthier
|
927b0303ff
|
Version bump to 0.16.0
|
2010-04-04 21:38:02 -04:00 |
Nick Gauthier
|
c36ec7a0a0
|
fast rspec running
|
2010-04-04 21:22:20 -04:00 |
Nick Gauthier
|
38044943c3
|
runs rspec, but slowly because spec_helper keeps getting reloaded
|
2010-04-04 14:07:27 -04:00 |
Nick Gauthier
|
b831522a47
|
almost done with rspec integration. rspec is still running its at_exit
|
2010-04-03 21:43:35 -04:00 |
Nick Gauthier
|
55fb81f5de
|
multiple rspec files running!
|
2010-04-03 20:32:00 -04:00 |
Nick Gauthier
|
c1c44f89d2
|
first burst on rspec support. not done yet.
hard part is done, but it needs some fine-tuning to
run files properly. stay tuned!
|
2010-04-03 17:27:27 -04:00 |
Nick Gauthier
|
282742c0ee
|
required yaml in master
|
2010-04-02 17:23:18 -04:00 |
Nick Gauthier
|
b11d522f0d
|
Version 0.15.1: Hydra can now run more than one cucumber feature file per runner
|
2010-03-31 11:06:15 -04:00 |
Nick Gauthier
|
b2e5d116da
|
Version bump to 0.15.1
|
2010-03-31 11:05:54 -04:00 |
Nick Gauthier
|
1de1b0f2f9
|
fixed cucumber feature loading to support more than one feature file per runner
|
2010-03-31 11:05:42 -04:00 |
Nick Gauthier
|
06e1992a97
|
updated cucumber instructions
|
2010-03-30 14:14:23 -04:00 |
Nick Gauthier
|
5d5a7a2a33
|
Version 0.15.0: Cucumber Support: The pickle has landed
|
2010-03-30 13:45:41 -04:00 |
Nick Gauthier
|
a4b4cdf197
|
Version bump to 0.15.0
|
2010-03-30 13:45:19 -04:00 |
Nick Gauthier
|
2fd871ed9b
|
cucumber support
|
2010-03-30 13:45:10 -04:00 |
Nick Gauthier
|
24f550f62c
|
Version 0.14.1 small patch to chang progress bar output
|
2010-03-25 14:38:30 -04:00 |
Nick Gauthier
|
3ec1aaea70
|
Version bump to 0.14.1
|
2010-03-25 14:38:10 -04:00 |
Nick Gauthier
|
2a468aa2c8
|
changed progress bar text to say "Hydra Testing"
|
2010-03-25 14:38:03 -04:00 |
Nick Gauthier
|
d000a61419
|
Version 0.14.0 ProgressBar and Notifier listeners. ProgressBar is now the default
|
2010-03-25 14:36:27 -04:00 |
Nick Gauthier
|
76ce7a5cb4
|
Version bump to 0.14.0
|
2010-03-25 14:36:06 -04:00 |
Nick Gauthier
|
96f4a2195d
|
added progressbar listener and made it the new default
|
2010-03-25 14:35:21 -04:00 |
Nick Gauthier
|
02cd1ee662
|
added notifier listener and documentation on listener customization
|
2010-03-25 13:52:40 -04:00 |
Nick Gauthier
|
11f69fe9ba
|
Version 0.13.0: Event listener infrastructure
|
2010-03-25 12:22:02 -04:00 |
Nick Gauthier
|
4275df5541
|
Version bump to 0.13.0
|
2010-03-25 12:21:40 -04:00 |
Nick Gauthier
|
665c1265cc
|
added listener documentation
|
2010-03-25 12:21:26 -04:00 |
Nick Gauthier
|
2f2919c156
|
added even listeners, and replaced output and reporting system with listeners
|
2010-03-25 12:15:01 -04:00 |
Nick Gauthier
|
fd5299f8a9
|
updated TODO with user-requested features
|
2010-03-01 09:22:57 -05:00 |
Nick Gauthier
|
41c7c17318
|
Version 0.12.0 : Automatically sorts files by their run time to run the longest ones first. See Hydra::TestTask rdoc for opt-out options
|
2010-02-18 13:11:48 -05:00 |
Nick Gauthier
|
3d00dc00db
|
Version bump to 0.12.0
|
2010-02-18 13:11:07 -05:00 |
Nick Gauthier
|
559e236d86
|
autosort files by historical time.
|
2010-02-18 13:11:00 -05:00 |
Nick Gauthier
|
4cccecc92f
|
Version 0.11.0 : Reports on tests available through rake task (see rdoc for Hydra::TestTask)
|
2010-02-17 16:29:15 -05:00 |
Nick Gauthier
|
1aae74a7f8
|
Version bump to 0.11.0
|
2010-02-17 16:28:38 -05:00 |
Nick Gauthier
|
5931f2f980
|
reports on test times
|
2010-02-17 16:28:32 -05:00 |
Nick Gauthier
|
64bbaa6a22
|
updated rdoc task to use utf-8
|
2010-02-17 12:50:16 -05:00 |
Nick Gauthier
|
2d37bcd0ba
|
unicode name
|
2010-02-17 12:28:40 -05:00 |
Nick Gauthier
|
753f9365ad
|
unicode name
|
2010-02-17 12:26:33 -05:00 |
Nick Gauthier
|
77b153d829
|
updated readme
|
2010-02-16 17:33:44 -05:00 |
Nick Gauthier
|
23270ad999
|
added logo to readme
|
2010-02-16 17:33:23 -05:00 |