Commit Graph

  • f62eb3b1a8 Add spyOnAllFunctions function Andrew Eisenberg 2018-07-18 20:04:31 -07:00
  • 110c092c9e Fix regular expressions for different browsers Gregg Van Hove 2018-06-18 17:55:24 -07:00
  • 8bb0e2d494 Merge branch 'ikonst-set-timeout-error-message' Gregg Van Hove 2018-06-18 17:37:39 -07:00
  • 8c1b80daae Improve Jasmine timeout error message Ilya Konstantinov 2018-06-12 01:14:33 -07:00
  • ac07c9ea97 Simplified ExpectationFilterChain#modifyFailureMessage Steve Gravrock 2018-06-09 12:34:30 -07:00
  • 0842a80c68 Cleanup Steve Gravrock 2018-06-09 12:26:34 -07:00
  • e2895a92dc Fix JSDoc naming for Env functions Gregg Van Hove 2018-06-06 17:13:52 -07:00
  • 03998c1b20 Add documentation for more public functions on Env Gregg Van Hove 2018-06-05 17:12:43 -07:00
  • 9472df0db4 Added a basic set of async matchers Steve Gravrock 2018-06-04 21:01:22 -07:00
  • 8a01e1f26c .withContext() works with .not Steve Gravrock 2018-06-02 22:06:53 -07:00
  • 321f161ce5 Made ExpectationFilterChain immutable Steve Gravrock 2018-06-02 13:57:29 -07:00
  • 202a677637 ExpectationFilterChain WIP Steve Gravrock 2018-05-19 10:39:05 -07:00
  • 8f7327cb4d Properly cascade StopExecutionError's up the tree Gregg Van Hove 2018-05-30 17:32:14 -07:00
  • 3636014917 Merge branch 'hide-grey-specs' of https://github.com/SamFare/jasmine into SamFare-hide-grey-specs Gregg Van Hove 2018-05-23 17:14:53 -07:00
  • 92d33c79c7 Implemented hiding of disabled specs SamFare 2018-05-22 13:29:34 +01:00
  • e2897ce619 Added expect().withContext() to provide additional information in failure messages Steve Gravrock 2018-05-14 21:18:55 -07:00
  • 282c436463 Implemented matcher negation as a filter Steve Gravrock 2018-05-13 23:01:55 -07:00
  • 5cc22740c9 Test the public-ish interface Steve Gravrock 2018-05-13 12:26:56 -07:00
  • 533bda5d24 Split Expectation#wrapCompare into several smaller functions Steve Gravrock 2018-05-13 12:14:35 -07:00
  • 9fe9569b24 Additional tests for negated matcher failure messages Steve Gravrock 2018-05-13 22:48:20 -07:00
  • e2d9eefccd Line-break long expectation failure messages Steve Gravrock 2018-05-12 09:42:38 -07:00
  • ced2b114e4 Better detection of DOM Nodes for equality Gregg Van Hove 2018-05-04 18:01:08 -07:00
  • f7097281c9 IE doesn't support .name on a function Gregg Van Hove 2018-05-03 17:34:15 -07:00
  • 01a1113387 Merge branch 'yinm-fix-typo' Gregg Van Hove 2018-05-03 17:20:41 -07:00
  • 4d0b47ac4c Fix typo from incimplete to incomplete yinm 2018-05-03 17:46:49 +09:00
  • d6cfc4a9b5 Merge branch 'riophae-master' Gregg Van Hove 2018-05-02 17:51:34 -07:00
  • fbcdbf5ab1 Allow omitting the name argument: createSpy(func) Fangzhou Li 2018-04-29 06:02:43 +08:00
  • 7e14a97371 Explicitly pass in timing functions in mock clock integration specs Gregg Van Hove 2018-04-23 17:25:11 -07:00
  • c440d13754 Use the same global for everything in Env Gregg Van Hove 2018-04-13 17:14:48 -07:00
  • 8e8f09b41f Force reinstall bundler and include firefox again Gregg Van Hove 2018-04-03 17:24:48 -07:00
  • 1decb14807 Ensure rubygems is up-to-date on travis Gregg Van Hove 2018-04-03 17:13:27 -07:00
  • a978f50f1d name new global status stuff correctly in API docs Gregg Van Hove 2018-04-02 17:20:33 -07:00
  • 74287c578c Check for accidental global variable creation Steve Gravrock 2018-03-25 12:01:50 -07:00
  • 7f1cdc2d02 Fixed global variable leak Steve Gravrock 2018-03-25 12:00:56 -07:00
  • 847a959b13 Merge branch 'handle-rejection' of https://github.com/johnjbarton/jasmine Steve Gravrock 2018-03-24 19:49:32 -07:00
  • 05015a8b3e Correctly format stack traces for errors with multiline messages Steve Gravrock 2018-03-10 08:50:22 -08:00
  • 6f960d8662 Merge branch 'better-array-errors' of https://github.com/majidmade/jasmine Steve Gravrock 2018-03-10 07:40:08 -08:00
  • 11b8b59e03 Change message for extra elements at end of actual array. #1485 Majid Razvi 2018-03-10 00:05:07 -07:00
  • f1ebe05f1d Report unhandled rejections as globalErrors. Extend existing support for uncaughtExceptions to unhandledRejections now that many tests are async. johnjbarton 2018-02-21 07:23:20 -08:00
  • 85b2a8c6c4 add some links to more tutorials from the api docs Gregg Van Hove 2018-03-01 10:48:18 -08:00
  • 557fb4ed72 proper links in release notes v3.1.0 Gregg Van Hove 2018-02-27 12:01:28 -08:00
  • ee52023b3d Bump version to 3.1 Gregg Van Hove 2018-02-27 11:57:20 -08:00
  • 91296a44f2 Remove Safari 7 from Travis matrix Gregg Van Hove 2018-02-27 11:10:07 -08:00
  • 1923461b09 Ignore more browser fields when formatting Errors Gregg Van Hove 2018-02-27 09:52:19 -08:00
  • 71116d3957 don't lock to 2.99 in dev Gregg Van Hove 2018-02-27 09:33:10 -08:00
  • 63cc7cafc8 Use Jasmine's arrayContains, instead of includes for better support Gregg Van Hove 2018-02-26 17:57:37 -08:00
  • fdecf02472 Merge branch 'print_exception_properties' of https://github.com/jbunton-atlassian/jasmine into jbunton-atlassian-print_exception_properties Gregg Van Hove 2018-02-26 17:47:39 -08:00
  • 11f4d894a6 Merge branch 'node-load-errors' Gregg Van Hove 2018-02-26 16:44:45 -08:00
  • 1149d4edde Use j$.pp instead of JSON.stringify() for pretty printing James Bunton 2018-02-27 10:22:06 +11:00
  • 9ee85c35d2 Remove duplicate ignored property James Bunton 2018-02-27 10:21:50 +11:00
  • 0367ca5294 Merge branch 'patch-closing-statement' of https://github.com/Sylhare/jasmine Steve Gravrock 2018-02-23 19:17:50 -08:00
  • 763a83c833 Display error properties for failed specs James Bunton 2018-02-23 14:43:47 +11:00
  • 7fb53dcdfa Fixing missing semi-colons sylhare 2018-02-21 09:01:24 -05:00
  • a9a112e88f Fixed release notes link sgravrock 2018-02-18 21:08:52 -08:00
  • 0184808a86 Updated README for 3.0 sgravrock 2018-02-18 21:06:51 -08:00
  • 1ac2a6f608 Allow node to report load time errors Steve Gravrock 2018-02-17 15:45:42 -08:00
  • 785f62c7a0 Fix naming and check functions for empty/notEmpty specs Gregg Van Hove 2018-02-15 17:43:03 -08:00
  • d8c154a2c6 Update empty and notEmpty specs for better IE11 support Gregg Van Hove 2018-02-15 17:22:56 -08:00
  • c974c4740c Merge branch 'master' of https://github.com/sjolicoeur/jasmine into sjolicoeur-master Gregg Van Hove 2018-02-15 15:47:29 -08:00
  • 2b27bd393f Add API docs for async reporters Gregg Van Hove 2018-02-15 14:36:29 -08:00
  • 3b77f38188 Return <anonymous> for functions that have no actual words between keyword and ( Gregg Van Hove 2018-02-15 12:31:10 -08:00
  • 11827572d3 Moved toHaveClass matcher into core so that it can be used in Karma Steve Gravrock 2018-02-10 10:55:44 -08:00
  • 8326ecf919 Merge branch 'deprecation-object' of https://github.com/UziTech/jasmine into UziTech-deprecation-object Gregg Van Hove 2018-02-13 16:56:17 -08:00
  • cd6a0de852 Merge pull request #1505 from codetriage-readme-bot/codetriage-badge Gregg Van Hove 2018-02-13 09:48:37 -08:00
  • 148d94558d Add CodeTriage badge to jasmine/jasmine codetriage-readme-bot 2018-02-13 10:29:49 -06:00
  • 83beca6899 Merge branch '2.99-patch' Gregg Van Hove 2018-02-09 09:32:09 -08:00
  • 3c6308f1dc Don't include the specs in the ruby gem v2.99.2 Gregg Van Hove 2018-02-09 09:22:35 -08:00
  • 6193bc113b throw errors Tony Brix 2018-02-08 15:12:14 -06:00
  • fa6a80b76e Merge branch 'master' of https://github.com/aptx4869/jasmine into aptx4869-master Gregg Van Hove 2018-02-08 10:21:10 -08:00
  • c861f6c6c2 Merge pull request #1499 from bcaudan/patch-1 Gregg Van Hove 2018-02-08 10:16:57 -08:00
  • 4fcd4099ad Resolve merge conflict aptx4869 2018-02-08 15:07:29 +08:00
  • 1d495587ff Fix release note typo Bastien Caudan 2018-02-08 08:02:13 +01:00
  • c859128537 add tests Tony Brix 2018-02-07 23:39:22 -06:00
  • a8a5b839ab allow adding a deprecation object Tony Brix 2018-02-07 21:10:53 -06:00
  • 4e5d947faa Also lock for selenium runner v2.99.1 Gregg Van Hove 2018-02-07 14:58:14 -08:00
  • c2603efeb4 Specify Jasmine Gem 2.99 tag for bundle install Gregg Van Hove 2018-02-07 14:55:28 -08:00
  • fbec3cc230 Only show deprecation for catch exceptions if you tell Jasmine not to catch Gregg Van Hove 2018-02-07 14:47:10 -08:00
  • 1acbd1ef96 Add notes for environments that have lost support Gregg Van Hove 2018-02-07 09:19:33 -08:00
  • 3d8e379fa6 bump dev dependency for npm Gregg Van Hove 2018-02-06 15:37:21 -08:00
  • 55267e11f6 Make sure ruby version is a string when passing to sauce labs Gregg Van Hove 2018-02-06 13:37:12 -08:00
  • 09a6e3714a Bump travis ruby version Gregg Van Hove 2018-02-06 12:28:59 -08:00
  • 8ec4d54685 no longer run specs for docs in CI Gregg Van Hove 2018-02-06 11:54:25 -08:00
  • 516fe68759 Merge branch '3.0-features' v3.0.0 Gregg Van Hove 2018-02-06 11:22:41 -08:00
  • 4530f9431f Generate combined file with new version numbers v2.99.0 Gregg Van Hove 2018-02-06 10:33:39 -08:00
  • d4b76a4d3b version bump to 3.0 Gregg Van Hove 2018-02-06 09:33:49 -08:00
  • 764d58a7f5 Merge branch 'master' into 3.0-features Gregg Van Hove 2018-02-05 17:12:18 -08:00
  • 9911d37f06 bump version to 2.99 Gregg Van Hove 2018-02-05 16:57:51 -08:00
  • 32f99ef99d Use Jasmine's arrayContains to look for duplicate deprecations Gregg Van Hove 2018-02-05 14:24:14 -08:00
  • c142490c69 Add deprecation messages for things that will change/break in 3.0 Gregg Van Hove 2018-02-05 14:01:46 -08:00
  • 24bf3489dc Display deprecation warnings in HTML reporter Gregg Van Hove 2018-02-05 12:11:36 -08:00
  • 5afe1222f4 Add ability to report deprecation warnings from within the suite Gregg Van Hove 2018-02-05 11:19:15 -08:00
  • 274011ed03 Merge branch 'master' into 3.0-features Gregg Van Hove 2018-02-02 16:33:38 -08:00
  • 42e00b3bc5 Remove node modules from python wheel, and update languages Gregg Van Hove 2018-01-31 14:23:32 -08:00
  • 0eca06a33b Now pass a navigation helper to HtmlReporter instead of click handlers Gregg Van Hove 2018-01-30 14:30:28 -08:00
  • 84953ec210 stop spec on failure should not default to true Gregg Van Hove 2018-01-30 11:48:25 -08:00
  • e15f273f06 Replace old "catch exceptions" logic with proper fail fast with error reporting Gregg Van Hove 2018-01-30 11:36:56 -08:00
  • e908b67b19 Move explicit fail spec out of mock clock context and re-add the afterAll for IEs Gregg Van Hove 2018-01-29 17:05:54 -08:00
  • 46cc48ccfa Detect an Error passed to done and add an expectation failure Gregg Van Hove 2018-01-29 16:46:30 -08:00
  • 262a2fe674 Generate compiled jasmine.js for async reporters work Gregg Van Hove 2018-01-29 14:02:02 -08:00
  • 50cd6fdd68 Allow reporter callbacks to be asynchronous Gregg Van Hove 2018-01-26 18:00:46 -08:00