Skip to content

v2.3.0

Compare
Choose a tag to compare
@boxblinkracer boxblinkracer released this 04 Nov 22:05
· 91 commits to master since this release

Added:

  • Multiple TestRail Tests can now be mapped to a single Cypress Test! The integration will automatically send results for all found TestRail tests. Here's how to do it:
it('C123 C54 C36: My Test for multiple TestRail case IDs', () => {
})

Improvements:

  • Added a new ColoredConsole output. All errors and successful messages will now be written in a wonderful bright color.
  • Improve the output of failed API calls to TestRail. The error message is now extracted and displayed in a more convenient way.