10000 Tags · dtamai/onSpec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: dtamai/onSpec

Tags

v0.5.2

Toggle v0.5.2's commit message
v0.5.2

Bugfixes:
- skipped examples are now reported correctly in XMLReport
- returned actions #skip and #pass to SpecReporter (just aliases to the
  new actions)

v0.5.1

Toggle v0.5.1's commit message
v0.5.1

New features:
- add verification to NAN and infnity values (float and decimal)
- add an action to SpecReporter report a non terminating verification
- time duration for each example

0.5.0

Toggle 0.5.0's commit message
Add XMLJUnitReporter

The XMLJUnit report can be used to report test results to Jenkins CI

v0.4.0

Toggle v0.4.0's commit message
0.4.0

Organize SuiteRunner;
Store only the result of examples (not the string with context);
Unify skipped and ignore examples;
Extract ExampleResultListener to its own file.

v0.3.0

Toggle v0.3.0's commit message
0.3.0

Organize a litte

v0.2.1

Toggle v0.2.1's commit message
v0.2.1

Bugfix:
- fix manifest file for cdp package

v0.2.0

Toggle v0.2.0's commit message
v0.2.0

General improvements to error detection.

New features:
- Suite#ignore allows to define an example (replacing Suite#it) that
  will not run. It is useful to disable examples without changing the
  spec code.
- Unreacheable context/example detection. These will be marked as
  errors.
- Duplicate examples detection. Only one will run, others will be
  marked as errors.
- CDP generated contains version number.

Bugfixes:
- Fix counters (examples, failures, etc) when examples have more than
  one 'not-success' result.
- Improve detection for end of specs: all results of a spec are
  recorded and reported. This should terminate listener leaks.

v0.1.2

Toggle v0.1.2's commit message
Bugfixes:

- failures won't leak

v0.1.1

Toggle v0.1.1's commit message
v0.1.1

Bugfixes:
- create 'build' dir before package target
- always print random seed information before running
0