Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix test report in case of multiline test name #535

Merged
merged 4 commits into from
Jan 23, 2023

Conversation

agacemi
Copy link
Contributor

@agacemi agacemi commented Oct 31, 2022

Description

This PR fix a bug in case of mutliline test name. The truncate algorithm give a too short name and thus not helpful to find the test

Capture d’écran 2022-10-31 à 15 37 06

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@@ -1120,6 +1120,21 @@ const skipExceptionMessageJsonOuput = [
'type': 'testStart',
'time': 2757
},
{
'test': {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we move this test after id: 28 so that they are in order? Also we should update the testDone event to have a different timestamp

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @felangel for reviewing. Done

Copy link
Contributor Author

@agacemi agacemi Nov 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dear Reviewers @felangel @tomarra @erickzanardo @dewinjm , if you have a bit littre time to reviews my 4 PRs. We need them in our projet. Thank you in advance

@renancaraujo renancaraujo removed their assignment Jan 19, 2023
@renancaraujo renancaraujo merged commit 5f2aa49 into VeryGoodOpenSource:main Jan 23, 2023
@agacemi agacemi deleted the fix-multiline-test-name branch April 10, 2023 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants