Nate Clark
|
849a4efda8
|
adds support to run Jasmine suites on CI using Sauce Labs
|
2009-12-16 17:27:06 -08:00 |
ragaskar
|
8feb285ca8
|
Ruby runner changes. Users of previous versions with Rake tasks that make use of additional runner options (helpers, etc) may be broken.
|
2009-10-31 21:47:11 -07:00 |
ragaskar
|
c21431415b
|
More helpful error message when a jasmine server is already running
|
2009-10-31 10:50:18 -07:00 |
ragaskar
|
328cc89980
|
Add deadlyicon console fix for safari
|
2009-10-29 19:48:23 -07:00 |
Rajan Agaskar & Ryan Dy
|
beddbaf5c7
|
update jasmine runner to take focus spec
|
2009-10-14 10:28:23 -07:00 |
Rajan Agaskar & Ryan Dy
|
1b1c2b1998
|
Allow jasmine::runner to take an optional list of styesheets
|
2009-10-13 15:16:20 -07:00 |
Rajan Agaskar & Ryan Dy
|
92ffcb47e2
|
SimpleServer.start now takes optional array of stylesheet paths for runner
|
2009-10-13 14:48:09 -07:00 |
ragaskar
|
250c483a6b
|
Merged in Selenium optimizations from http://github.com/gannett/jasmine branch. Updated json2 to latest.
|
2009-09-29 22:09:30 -07:00 |
ragaskar
|
2588368231
|
Deprecate getResults() (use results()). Add some unit test coverage for jasmine.Spec. Add some unit test coverage for JsApiReporterSpec.
|
2009-09-28 11:13:44 -07:00 |
ragaskar
|
26fdc7cc91
|
Fix for jasmine rake tasks, fix for window.eval issues
|
2009-09-09 18:18:00 -07:00 |
Christian Williams
|
724f1772b7
|
Merge branch 'master' of git@github.com:pivotal/jasmine
Conflicts:
Rakefile
examples/ruby/Rakefile
examples/ruby/spec/jasmine_spec.rb
lib/jasmine-0.9.0.js
src/Queue.js
|
2009-09-08 06:48:57 -07:00 |
ragaskar
|
65cec7a2b9
|
Updated require for SimpleClient for greater selenium compatibility
|
2009-09-04 19:46:39 -07:00 |
Christian Williams & Kim Eric Mittler
|
8ba804e299
|
Change url from /run.html to /.
|
2009-09-02 12:51:39 -07:00 |
Christian Williams & Kim Eric Mittler
|
17b513eafb
|
Switch back to window.eval(xxx) instead of eval(xxx, window) -- arghghgh.
|
2009-09-02 12:38:17 -07:00 |
Christian Williams & Kim Eric Mittler
|
268cb0c6c5
|
Jasmine::Runner arranges for jasmine.js, json.js, and TrivialReporter.js to be included, so callers should remove those files.
|
2009-09-02 12:16:16 -07:00 |
Christian Williams & Kim Eric Mittler
|
5e8b52debf
|
Merge branch 'master' of git://github.com/pivotal/jasmine
|
2009-09-02 10:29:59 -07:00 |
ragaskar
|
e8d582600c
|
Fixes for jasmine rake test:ci
|
2009-08-26 22:41:19 -07:00 |
ragaskar
|
7a446d53c0
|
Reorg. Added examples/ with html and ruby test runner examples
|
2009-08-26 22:13:30 -07:00 |
ragaskar
|
ba5b4ab166
|
Fix compatibility with the ruby contrib runner
|
2009-08-26 15:55:08 -07:00 |
Christian Williams & Kim Eric Mittler
|
985d08885e
|
Add Jasmine.cachebust.
|
2009-08-26 10:54:16 -07:00 |
Aaron Peckham & Christian Williams
|
22226f3423
|
Move server_is_listening_on, wait_for_listener and kill_process_group to Jasmine module
|
2009-08-10 13:49:59 -07:00 |
Aaron Peckham & Christian Williams
|
6e9cd25150
|
Pass a Proc to SimpleServer.start instead of an array to defer spec file finding.
|
2009-08-10 13:44:02 -07:00 |
Erik Hanson & David Goudreau
|
8fb59d391c
|
stfu
|
2009-07-15 17:03:40 -07:00 |
Erik Hanson & Christian Williams
|
2c81941567
|
set process group id on spawned servers to allow kill by process group id later.
turn off selenium spew.
|
2009-07-14 10:35:53 -07:00 |
Erik Hanson & Christian Williams
|
7da72062b3
|
Restore noisy selenium logging cuz the fix was making selenium server fail to close.
|
2009-07-13 18:00:58 -07:00 |
Kim Eric Mittler & Christian Williams
|
9a8cb48a53
|
The jasmine server process was running specs, for some reason; sleep a really long time instead.
|
2009-07-13 17:25:53 -07:00 |
Erik Hanson
|
8cb9f865f4
|
find an open port in a more robust way
|
2009-07-13 15:08:11 -07:00 |
Erik Hanson
|
dc843e8812
|
find an open port in a more robust way
|
2009-07-13 15:07:45 -07:00 |
Kim Eric Mittler & Christian Williams
|
8d20259dfb
|
Make Selenium quiet.
|
2009-07-13 13:27:24 -07:00 |
Christian Williams & Aaron Peckham
|
5b695d3deb
|
Report spec results properly.
|
2009-07-10 14:35:24 -07:00 |
Christian Williams & Aaron Peckham
|
fe7c91220f
|
Exposing eval_js and more interface.
|
2009-07-10 10:14:27 -07:00 |
Christian Williams & Aaron Peckham
|
8b7ecc3f5c
|
Be smarter about picking a server port, so multiple instances could run on the same box
|
2009-07-09 18:25:04 -07:00 |
Christian Williams & Aaron Peckham
|
ae610eca0d
|
Created Jasmine::Runner, added rspec builder.
|
2009-07-09 18:14:10 -07:00 |
Christian Williams
|
3a518b2a3c
|
Move jasmine_runner.rb to emi/jasmine fork.
|
2009-07-09 11:17:58 -07:00 |