Skip to content

Changes to negated tags and unhandled errors

Pre-release
Pre-release
Compare
Choose a tag to compare
@thetutlage thetutlage released this 27 Jun 04:49
· 49 commits to develop since this release

We have removed all the code related to unhandled errors. There is no simple and correct way to find which test caused an unhandled exception or rejection. Therefore, we will monitor these errors globally and report them with pretty printed stack trace. The stack trace might help you find the related test.

Now, you can prefix your tags with tilde ~ and it will be considered as a negated tag. Earlier, the character was !, but you will have to escape ! inside a terminal, whereas ~ needs no escaping.

Hope, everything makes sense :)

Commits

  • feat: allow negated tags using the ~ character f1ba19a
  • refactor: remove code related to unhandleExceptions f4fe87f
  • chore: update dependencies e266ae5

Full Changelog: v8.0.0-4...v8.0.0-5