Gregg Van Hove
9a41154e3b
Merge branch 'apla-master'
...
- Merges #1678 from @apla
2019-09-23 16:48:22 -07:00
ivan baktsheev
fc3eb0fbd8
Handle node.js assert as an error in your specs
2019-09-23 16:47:07 -07:00
Gregg Van Hove
99799f72b3
Still need some ruby stuff around to release the jasmine-core gem
2019-09-20 17:15:47 -07:00
Gregg Van Hove
e8263e38aa
bump version to 3.5.0
2019-09-20 16:57:20 -07:00
Steve Gravrock
53561ae71f
Show details of syntax (etc) errors when loading Jasmine's own specs
2019-09-11 13:31:01 -07:00
Steve Gravrock
68f25a758d
Don't create env instances in beforeEach
2019-09-11 13:31:01 -07:00
Steve Gravrock
96ba66ad60
Built distribution
2019-09-10 11:23:27 -07:00
Steve Gravrock
ba4a8d1d00
Fixed jsdocs
2019-09-10 11:23:11 -07:00
Steve Gravrock
65d9e93a88
Removed broken & long-disabled JsApiReporter integration specs
2019-09-10 09:38:38 -07:00
Steve Gravrock
2d3ac38df8
toBeRejectedWithError can expect the error to be Error, not just a subtype
2019-09-06 14:17:52 -07:00
Steve Gravrock
5a219da848
Added basic integration tests for all built-in matchers
2019-09-06 14:10:16 -07:00
Steve Gravrock
f056f3b86c
Fixed indentation
2019-09-06 13:43:30 -07:00
Steve Gravrock
aeb0b73008
Merge branch 'dtychshenko-1740-fail-on-no-expectations'
...
* Merges #1743 from @dtychshenko
* Fixes #1740
2019-09-05 09:50:12 -07:00
Dmitriy T
7263a38c3f
Adds new configuration option to failSpecWithNoExpectations that will report specs without expectations as failures if enabled
2019-09-05 09:47:38 -07:00
Gregg Van Hove
e8870db8d3
Merge branch 'fix-missing-asynchronous-stacktrace' of https://github.com/prantlf/jasmine into prantlf-fix-missing-asynchronous-stacktrace
...
- Merges #1738 from @prantlf
- Fixes #1728
2019-09-04 17:42:07 -07:00
Steve Gravrock
35d15085e3
Show argument diffs in toHaveBeenCalledWith failure messages
...
* Fixes #1641
2019-09-03 17:18:07 -07:00
Steve Gravrock
19292e4ea4
Stop testing against PhantomJS
...
PhantomJS is at end of life, and the last version of Selenium that supported
it was 3.6.0, released almost three years ago. We can't test Jasmine against
PhantomJS without pinning key pieces of the project to increasingly outdated
versions of key libraries.
2019-09-03 15:40:53 -07:00
Steve Gravrock
ba71989d4b
Fixed code formatting
2019-09-03 15:39:00 -07:00
Steve Gravrock
f8e5ea14bc
Fail the CI build if the promise returned from jasmineBrowser.runSpecs is rejected
2019-09-03 15:34:56 -07:00
Steve Gravrock
92dfbdcdc9
Depend on acorn to work around broken deduping
...
See <https://github.com/eslint/espree/issues/393 >.
2019-09-03 15:30:42 -07:00
Steve Gravrock
8ad1dd163b
Merge branch 'arrayContaining-actuals-must-be-arrays' of https://github.com/divido/jasmine
...
* Merges #1746 from @divido
* Fixes #1745
2019-08-30 13:12:47 -07:00
Steve Gravrock
ded8b760aa
Merge branch 'UziTech-patch-1'
...
* Merges #1732 from @UziTech
2019-08-30 10:27:53 -07:00
Tony Brix
07318fba37
docs change
2019-08-30 12:14:19 -05:00
Steve Gravrock
c42358c686
Fixed test failure on IE
2019-08-30 09:30:23 -07:00
Tony Brix
f77ee32c56
Add custom async matchers
2019-08-30 09:30:14 -07:00
David Diederich
0bd636b5d2
Updated arrayContaining to require actual values to be arrays
...
If the actual value of a test was a string, this was matching against arrays
that contained the strings. This was due to the use of the contains matcher,
which against string looks for substrings, when it was intended to look for
array elements.
2019-08-30 01:09:53 -04:00
Pivotal
008b80adc5
Merge branch 'enelson/default' of https://github.com/elliot-nelson/jasmine
...
* Merges #1716 from @elliot-nelson
2019-08-29 13:50:27 -07:00
Steve Gravrock
1a63ab4677
Accept configurations with Promise: undefined.
...
Fixes Karma and anything else that uses Env#configuration
as a starting point for a Jasmine config.
2019-08-26 15:45:13 -07:00
Ferdinand Prantl
3a7fc63879
Pick the error instance to pass to error handlers in QueueRunner
...
The first number is the error message in HTML5 browser, which does not include
the call stack. The error instance allows logging the complete call stack in
reporters.
2019-08-11 09:32:31 +02:00
Ferdinand Prantl
527619b0aa
Restore the original global error hanler to pass all parameters along
2019-08-11 09:31:43 +02:00
Gregg Van Hove
0449b35f5a
Merge branch 'tobe-tostring' of https://github.com/johnjbarton/jasmine into johnjbarton-tobe-tostring
...
- Merges #1718 from @johnjbarton
- Fixes #1726
2019-08-07 12:03:46 -07:00
Steve Gravrock
e50a7b6985
Merge branch 'add-map-set-matchers' of https://github.com/eventlistener/jasmine
...
* Merges #1741 from @eventlistener
2019-08-03 12:18:35 -07:00
Steve Gravrock
b2d9aab2b8
Use the same spec file pattern for both node and browser
2019-08-03 12:17:52 -07:00
Olga Kozlova
b01d86840a
mapContaining and setContaining asymmetric matchers
2019-08-03 22:14:48 +03:00
sgravrock
385ad33f60
Merge pull request #1736 from olleolleolle/patch-1
...
Gemspec: Drop EOL'd property rubyforge_project
2019-08-03 08:58:01 -07:00
Steve Gravrock
18195a868c
Updated async timeout message
...
There are now multiple ways to do async functions, and callbacks
are probably the least common in new code, so the message should
be more general rather than referring to callbacks.
2019-08-03 08:25:57 -07:00
Ferdinand Prantl
7c3434723e
Use the documented interface to pick the error instance from the global error handler
2019-07-21 23:46:14 +02:00
Ferdinand Prantl
4858a62fdc
Add a unit test for the global error handling including stacktrace
2019-07-16 12:00:09 +02:00
Ferdinand Prantl
df4b6e58e2
Pass the error including stacktrace to error handlers and reporters
...
The global window error handler is used to handle errors thrown from within asynchronous functions and tests. The first parameter is the error; the fifth parameter is the full error object including the stacktrace. Searching for the first occurrence of an error instance to work with browsers, which may not comply with the HTML5 standard.
2019-07-15 14:43:22 +02:00
Olle Jonsson
d68b47b76d
Gemspec: Drop EOL'd property rubyforge_project
2019-07-14 10:38:36 +02:00
Steve Gravrock
c100bb6242
Made output of toHaveBeenCalledWith more readable
...
This breaks each call out onto its own line, so that it's much easier to
see where each call starts and how they differ. E.g. previously the output
would be:
Expected spy foo to have been called with [ 'bar', 'baz', 'qux' ] but actual calls were [ [ 42, 'wibble' ], [ 'bar' 'qux' ], [ 'grault '] ]
Now it's:
Expected spy foo to have been called with:
[ 'bar', 'baz', 'qux' ]
but actual calls were:
[ 42, 'wibble' ],
[ 'bar' 'qux' ],
[ 'grault '].
2019-07-13 10:37:05 -07:00
Gregg Van Hove
c37e9b9db0
Add saucelabs badge to readme
2019-07-07 19:37:09 -07:00
Gregg Van Hove
5e87e1410d
update to newer jasmine-browser-runner
2019-07-07 19:20:45 -07:00
Gregg Van Hove
0cd5d9339b
Use node 10 for browser based builds
2019-07-07 19:01:36 -07:00
johnjbarton
6324fda065
PrettyPrinter survives if objects throw in toString
2019-06-27 10:35:59 -07:00
Gregg Van Hove
066162d6bc
Merge branch 'enelson/spyobjproperty' of https://github.com/elliot-nelson/jasmine into elliot-nelson-enelson/spyobjproperty
...
- Merges #1722 from @elliot-nelson
- Closes #1569
- Fixes #1442
2019-06-25 16:26:43 -07:00
Gregg Van Hove
ab01fa1978
Merge pull request #1721 from elliot-nelson/enelson/gitattributes
...
Fix: don't attempt to normalize PNGs (gitattributes)
2019-06-24 16:16:37 -07:00
Elliot Nelson
65e6df55ee
Linting fixes
2019-06-20 07:34:31 -04:00
Elliot Nelson
45475f6d1e
Allow users to pass property names to createSpyObj
2019-06-20 07:33:10 -04:00
Elliot Nelson
a536ca19f2
Don't attempt to normalize PNGs
2019-06-20 06:46:51 -04:00