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.