lawrencec / hugs

Wrapper around common testing frameworks in order to use a common API in unit tests
1 stars 1 forks source link

Update mochawesome to the latest version 🚀 #16

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 7 years ago

Version 2.0.0 of mochawesome just got published.

Dependency mochawesome
Current Version 1.5.4
Type devDependency

The version 2.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of mochawesome. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 2.0.0

New Features in 2.0.0

  • Every bit of the report has been redesigned for a cleaner, more streamlined look
  • Built using React and mobx
  • Supports displaying additional test context including images!
  • Supports displaying inline diffs for failed tests
  • New options including hiding test code and/or charts
  • Enhanced navigation menu with clearer filtering options
  • New option to disable console messages
  • Test coverage!

Breaking Changes

Upgrading to v2 should be seamless. However there is one change to be aware of:

  • The reportName option has been renamed to reportFilename
Commits

The new version differs by 58 commits .

  • d7c8402 Merge branch 'release/2.0.0'
  • 569f1bd add gitter badge
  • 0b58c00 update code climate settings
  • c7c983e update deps
  • 941be64 update changelog
  • dd83666 Merge branch 'feature/2.0' into develop
  • 22f4a30 update docs
  • dbbb9dc Merge branch 'master' of github.com:adamgruber/mochawesome into develop
  • f6fd56c update docs
  • ff47c8b bump marge version
  • f70d5be add context to test
  • 89423be more context test cases
  • 091fa8e Merge branch 'feature/2.0' of github.com:adamgruber/mochawesome into feature/2.0
  • 139020d update dist
  • 256f8ab config options; code climate stuff

There are 58 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits (ahead by 7, behind by 1).

  • 4e4635c Merge branch 'master' of github.com:adamgruber/mochawesome into develop
  • bdecf1b fix doc [ci-skip] (#117)
  • fb5c6ad Merge branch 'release/2.0.1' into develop
  • 02acb4d fix doc [ci-skip]
  • 1f3fc37 version bump; update docs
  • 9acaed2 add correct reportFilename with full path to config (#113)
  • d8d885d Merge branch 'release/2.0.0' into develop

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.0.2 just got published.

Update to this version instead 🚀

Release Notes 2.0.2

Fixes #111

Commits

The new version differs by 3 commits .

  • e05004f Merge branch 'release/2.0.2'
  • b02ce11 update docs in prep for 2.0.2 [ci skip]
  • 088dd42 Feature/exit code fix (#119)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.0.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.0.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits .

  • 5c04cc8 Merge branch 'release/2.0.4' [ci skip]
  • 9f8530a update docs for 2.0.4 [ci skip]
  • 7f90a08 bump packages
  • e29abcc Merge branch 'feature/coding-style-support' into develop
  • dc59f67 update dist files
  • 16d770e update tests
  • 1cd23ba separate out utils
  • e4c601f remove Test coverage feature
  • 6cafdc7 [ci-skip] version bump
  • c34dcd3 remove empty test
  • 876a275 fix configs
  • 43a4d07 Merge branch 'release/2.0.2' into develop [ci skip]

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.0.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits .

  • 28951e0 Merge branch 'release/2.0.5' [ci skip]
  • ab3f02d dist and docs [ci skip]
  • 1ec5fe2 exit function null check (#148)
  • fac2201 Ignore test data in codeclimate
  • 0143e6a Merge branch 'master' of github.com:adamgruber/mochawesome into develop
  • 84d6a87 Fixed some markdown bugs (#146)
  • 616f872 Update CONTRIBUTING.md
  • 6b684ad Merge branch 'release/2.0.4' into develop [ci skip]

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits0.

  • 2bd416b Merge branch 'release/2.1.0' [ci skip]
  • 165f025 update docs[ci skip]
  • 1ad7647 build dist [ci skip]
  • 185f975 Feature/overwrite (#145)
  • 129552b Merge branch 'master' of github.com:adamgruber/mochawesome into develop
  • d3acdca Update CHANGELOG.md
  • 2ed1a2a Merge branch 'master' of github.com:adamgruber/mochawesome into develop
  • 9cdf9da Update CHANGELOG.md
  • 039839a Merge branch 'release/2.0.5' into develop [ci skip]

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits0.

  • 60d7c9c update docs/dist [ci skip]
  • c96e4ad support addContext inside beforeEach and afterEach hooks (#156)
  • 819dbf5 Feature/failed hooks report (#155)

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 9ac7314 release 2.2.1 [ci skip]
  • 67b3eef separate before and after hooks (#158)

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 36e9ab0 2.3.1 [ci skip]
  • 6265395 Merge pull request #188 from APshenkin/master
  • 95f3221 fix generator function clean
  • 9a022a4 codeclimate: ignore tests

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • b8a8a18 Release 3.0.1 [ci skip]
  • 8715448 Fix RegExp for cleaning code (#221)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 3.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • d661fbb release 3.0.2 [ci skip]
  • db21b42 Update CHANGELOG.md
  • ad7d5c8 Stripped ANSI sequences from all titles (#223)
  • 25142bc Update CHANGELOG.md

See the full diff