Commit Graph

  • c064488192 Add installation instructions to README bengrunfeld 2014-07-07 09:37:44 -06:00
  • f20df57607 Keeping jasmine_selenium_runner in Gemfile only for now Sheel Choksi 2014-06-28 18:09:41 -07:00
  • 48f7a5f17b Point to head of jasmine_selenium_runner Sheel Choksi 2014-06-28 17:59:29 -07:00
  • f7ff47706c Remove 'empty' as an option as a spec result Sheel Choksi 2014-06-27 23:48:19 -07:00
  • 5f34be446c keeping track of passed expectations Alex Treppass 2014-04-14 14:23:50 +01:00
  • e1e49e8292 Bumping built distribution Sheel Choksi 2014-06-27 22:19:44 -07:00
  • ae94dd1bfa Update json2.js paladox2015 2014-06-27 10:51:02 +01:00
  • eb1bd25445 namespace html-reporter -> jasmine_html-reporter Lee Penkman 2014-06-04 12:34:46 +12:00
  • aac6968ed8 Stop Jasmine's CSS affecting the style of the body tag Lee Penkman 2014-06-03 18:04:15 +12:00
  • 1bad048c15 Extract afterAll checking from queueRunner slackersoft 2014-06-20 08:16:42 -07:00
  • 7d93541c09 Throw a more specific error when 'expect' is used without a currentSpec Sheel Choksi 2014-06-06 23:47:56 -07:00
  • 29aad761d9 Smushed with PNG Gauntlet. Drew Freyling 2014-05-09 09:08:18 +10:00
  • 7d3de92cef Merge pull request #594 from plukevdh/reporter-reset Sheel Choksi 2014-06-06 22:59:52 -07:00
  • 13e0dd27c9 Narrow down raise exceptions query selector Sheel Choksi 2014-06-06 22:19:17 -07:00
  • f0892a55aa report when an async afterAll doesn't call in time slackersoft 2014-06-06 18:41:06 -07:00
  • fc6603e99f Merge pull request #580 from pablofiu/detailedGeneralWorkflow Sheel Choksi 2014-06-02 23:04:35 -07:00
  • 07cce0b1d1 clear prior test results on multiple inits Luke van der Hoeven 2014-05-23 15:59:56 -04:00
  • 6750559211 failing spec for multiple inits Luke van der Hoeven 2014-05-23 15:58:09 -04:00
  • 0419780682 added detailed steps on how to contribute coding Pablo Alejandro Fiumara 2014-04-25 01:18:38 -03:00
  • 6066c71966 Add failing specs for expectation failures in afterAll Gregg Van Hove 2014-04-18 16:37:27 -07:00
  • 0d4b04d37c rename afterAllException to afterAllError Gregg Van Hove 2014-04-18 16:00:02 -07:00
  • 7ad261837a disabled suite should still call onStart callback Javen Wang 2014-04-12 00:35:47 +08:00
  • 00c8e37257 Pass through custom equality testers in toHaveBeenCalledWith [fixes #536] Sheel Choksi 2014-03-26 22:19:03 -07:00
  • e53b487017 - Add a main entry point for the jasmine-core npm - jasmine-core can now self test with the jasmine-npm - Add node examples files - Add node_boot.js for node environment - Move jasmine-core npm packaging to .npmignore - removing src_dir and src_files from jasmine.json b/c jasmine-npm does not support requiring source files automatically. Christopher Amavisca and Davis W Frank 2014-03-20 16:12:44 -07:00
  • ed5cd6ba2c Merge pull request #550 from slothmonster/fix-copyright-year Sheel Choksi 2014-03-16 18:36:21 -07:00
  • 213a6023fd Add package.json to egg to get correct version number Greg Cobb and Luan Santos 2014-03-14 10:49:47 -07:00
  • 7d220fcd1b Fix outdated copyright year (update to 2014) Adam Deibert 2014-03-14 01:42:39 -07:00
  • c1382c77b4 Enable bundler cache Greg Cobb and Luan Santos 2014-03-12 13:46:25 -07:00
  • 311263a3df Fix build in IE8 (IE8 doesn't support Object.freeze) Greg Cobb and Luan Santos 2014-03-12 13:45:46 -07:00
  • 33e4f5efbe Allow users to set the maximum length of array that the pretty-printer will print out. mikemoraned 2013-01-24 21:25:32 +00:00
  • 367d3dcf66 Rebuild distribution Greg Cobb and Luan Santos 2014-03-12 11:51:49 -07:00
  • 21de44a204 Remove space between key and colon when pretty printing objects Greg Cobb and Luan Santos 2014-03-12 11:47:47 -07:00
  • c9e37a2a1c Refactor prettyPrinter to work with immutable objects Greg Cobb and Luan Santos 2014-03-12 11:41:18 -07:00
  • 9e927af56e Merge pull request #548 from pivotal/python Davis W. Frank 2014-03-11 14:05:45 -07:00
  • fc173e9a5e Add logo image to readme Greg Cobb 2014-03-11 13:54:47 -07:00
  • 62a7f64659 Update readme with correct code climate link Greg Cobb 2014-03-11 13:49:51 -07:00
  • 3e739e4bc9 Create jasmine-core python egg Greg Cobb and Luan Santos 2014-03-11 10:46:35 -07:00
  • ba6f99423f Add jasmine logo image to html runner Greg Cobb and Luan Santos 2014-03-10 17:16:31 -07:00
  • 3a5672cd33 Show message if no specs are found in console reporter Christopher Amavisca, Greg Cobb and Luan Santos 2014-03-10 12:00:49 -07:00
  • af4cc76e2a Show message if no specs are found Christopher Amavisca, Greg Cobb and Luan Santos 2014-03-10 11:23:27 -07:00
  • 1922514f2d Specs without expectations should be alerted to the user Christopher Amavisca, Greg Cobb and Luan Santos 2014-03-10 11:19:07 -07:00
  • 668846147c Fix issues with displaying error messages for afterAll (browser compatibility) Christopher Amavisca and Greg Cobb 2014-03-06 18:25:49 -08:00
  • 76fafa0388 Deprecate suite/spec ordering hook . Christopher Amavisca and Greg Cobb 2014-03-06 16:14:13 -08:00
  • bed1c15ea4 HtmlReporter shows error alerts for afterAllExceptions Christopher Amavisca and Greg Cobb 2014-03-06 15:39:04 -08:00
  • 6caf4c5de2 Print afterAllExceptions to the console. Christopher Amavisca and Greg Cobb 2014-03-06 15:02:55 -08:00
  • 97ae9a2d88 After all exceptions dispatch to reporter hook Christopher Amavisca and Greg Cobb 2014-03-06 12:01:37 -08:00
  • 71dbffeaef Merge branch 'recursive-containing' of https://github.com/cbandy/jasmine into cbandy-recursive-containing slackersoft 2014-03-05 21:00:47 -08:00
  • a3c3505086 beforeAll can have expectations and passes expectation failures to its children Christopher Amavisca and Greg Cobb 2014-03-05 16:27:58 -08:00
  • a9e0112a9b Throw error if you add a custom matcher or equality outside of a runnable Christopher Amavisca and Greg Cobb 2014-03-05 14:37:17 -08:00
  • a2ac5ef3b6 Throw error if you define a spy outside of a runnable Christopher Amavisca and Greg Cobb 2014-03-05 14:27:19 -08:00
  • b200952195 Only clear resources if suite is not disabled Christopher Amavisca and Greg Cobb 2014-03-05 14:00:57 -08:00
  • 9c6d03d3ac README.md: Add link to Jasmine 2.0 release notes Rajan Agaskar 2014-03-05 11:31:39 -08:00
  • 752a36d3ff Manage spys/matchers/custom equalities for beforeAll Christopher Amavisca, Greg Cobb and Sheel Choksi 2014-03-05 10:28:37 -08:00
  • 52026fb0f7 beforeAll/afterAll can be timed out and errors are applied to all children specs Gregg Van Hove and Sheel Choksi 2014-03-03 16:13:59 -08:00
  • e17a2cb1e0 share usercontext for full suite Gregg Van Hove and Sheel Choksi 2014-03-03 11:57:32 -08:00
  • ec5695acc1 first (naive) pass at beforeAll/afterAll Gregg Van Hove and Sheel Choksi 2014-03-03 09:26:39 -08:00
  • 47884032ad Fix ObjectContaining to match recursively Chris Bandy 2014-03-01 17:01:05 -06:00
  • d7053612f5 Build distribution to include MockDate slackersoft 2014-03-01 13:18:15 -08:00
  • 9d1e92f5e2 Clean up more remnants of dev_boot Christopher Amavisca and Sheel Choksi 2014-02-27 18:02:14 -08:00
  • eebba2ecca Support browsers that don't supply a Date.now() Elana Koren and Gregg Van Hove 2014-02-27 11:55:25 -08:00
  • 627a262085 Merge branch 'mock-date' of https://github.com/jalopez/jasmine into jalopez-mock-date Elana Koren and Gregg Van Hove 2014-02-27 10:03:35 -08:00
  • 305bd73142 Instead of dev boot use a custom helper to defined j$ Christopher Amavisca and Sheel Choksi 2014-02-26 17:35:00 -08:00
  • fb853ad5b5 Don't include jasmine_selenium_runner from github, now that it's published to rubygems Elana Koren and Gregg Van Hove 2014-02-26 15:29:17 -08:00
  • 640f94a1bd Don't allow calling the same done callback multiple times Greg Cobb and Sheel Choksi 2014-02-25 18:03:52 -08:00
  • 5aac3e3292 Refactor Spec and QueueRunner [#62585700] Greg Cobb and Sheel Choksi 2014-02-25 12:15:12 -08:00
  • 84160ff51d revert to old version of checking the docs Charles Hansen and Gregg Van Hove 2014-02-25 11:28:02 -08:00
  • e972bac80d No longer try to push to github, we'll update jasmine in docs manually Charles Hansen and Gregg Van Hove 2014-02-25 10:58:59 -08:00
  • 455b6bade8 bundle install in docs repo Charles Hansen and Gregg Van Hove 2014-02-25 10:56:41 -08:00
  • 23c0e379e0 update edge docs when changes are made to jasmine Charles Hansen and Gregg Van Hove 2014-02-25 10:42:59 -08:00
  • 31d71ac22f add single quote check to jshint and fix src files for that Robin Böhm 2014-02-16 23:28:20 +01:00
  • 095b02ad83 Follow redirects when trying to connect to sauce Greg Cobb and Sheel Choksi 2014-02-24 16:13:25 -08:00
  • 98c258a659 Bump built distribution [#503][finishes #66350898] Greg Cobb and Sheel Choksi 2014-02-24 15:47:34 -08:00
  • 85fa148f18 Support running jasmine within CSP (remove eval) Michal Mocny 2014-01-17 10:51:27 -05:00
  • 76ca5ef6d4 Allow matcher custom failure messages to be a function Sheel Choksi 2014-02-18 19:58:07 -08:00
  • 46d2c43da1 Revert "Use default failure message for toBeNaN" Sheel Choksi 2014-02-18 19:14:16 -08:00
  • b6c03a34e7 Use default failure message for toBeNaN Sheel Choksi 2014-02-17 22:45:54 -08:00
  • 4ddf316388 Add in default rake task Sheel Choksi 2014-02-16 14:57:14 -08:00
  • a8cbef3123 More color blind friendly CSS from @dleppik Sheel Choksi 2014-02-16 14:50:03 -08:00
  • a937d8d74f Merge pull request #521 from robinboehm/load-grunt-tasks Sheel Choksi 2014-02-16 14:53:07 -08:00
  • 2fc2802809 use load-grunt-tasks Robin Böhm 2014-02-16 22:13:53 +01:00
  • 7cf899a4ea Special case printing -0 Sheel Choksi 2014-02-09 14:14:33 -08:00
  • 83c0ea7f91 Fix error message in jasmine.any Sheel Choksi 2014-02-09 14:06:40 -08:00
  • 289c8313d1 Short spec to document why we close over Date and ensure cross-browser compatibility Sheel Choksi 2014-02-09 12:04:14 -08:00
  • b5775aec4f Allow stub or spy Date object safely using a closure to get a clean copy tcorral 2014-01-24 02:02:23 +01:00
  • 21b01f4a5d Whitespace Markdown fix Davis W. Frank 2014-01-24 09:32:20 -08:00
  • 71faeea7b0 First attempt at publishing an npm Davis W. Frank 2014-01-24 09:31:38 -08:00
  • de7d005b3d Break out quick start guide on newline Sheel Choksi 2014-01-19 14:21:21 -08:00
  • 7acf5d4220 Add in link to quick start of Jasmine, closes #498 Sheel Choksi 2014-01-19 14:15:13 -08:00
  • 2a8b5a30b6 Use \d7 instead of plain 'x' for more square appearance slackersoft 2014-01-18 17:33:57 -10:00
  • 9c7ba43ebd Clean up a bunch of spec global variable leaks Sheel Choksi 2014-01-18 14:17:14 -08:00
  • 8ca08ff999 Run Object.create(null) spec on all browsers not IE 8 Sheel Choksi 2014-01-18 13:12:07 -08:00
  • 15aa3ecb5d Better support in pretty printer when an object has null prototype slackersoft 2014-01-17 19:56:43 -10:00
  • 2670bb40a7 Get rid of freeze property for now - it's not adding value. Davis W. Frank 2014-01-10 10:23:14 -08:00
  • c8ffa6000b Reproducing change made in #479 that was made to build distribution instead of src Sheel Choksi 2014-01-09 22:14:04 -08:00
  • 06a553503d Better failure message when something is thrown that's not an error Sheel Choksi 2014-01-09 22:10:40 -08:00
  • aab4808410 Bump built distribution Sheel Choksi 2014-01-09 22:07:59 -08:00
  • b525313cdb Make the check for pending spec exception work for values that don't have toString Sheel Choksi 2014-01-04 23:08:21 -08:00
  • f576395620 Bump built distribution copyright's for 2014 Sheel Choksi 2014-01-04 23:07:23 -08:00
  • b161e9e3df Merge pull request #486 from nextmat/link_fix Sheel Choksi 2014-01-01 20:00:18 -08:00
  • 94ecb998bb Update link at top of README Matt Sanders 2013-12-27 00:29:35 -07:00