question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Parsing for > and such in test output

See original GitHub issue

I have some tests that, when run, produce the following detail lines in the xml:

TestName (TestSuiteName > ParticularTestSuite) failed 

These are generated by MATLAB and pushed to GH as-is by this action. I think that perhaps, before pushing to the GitHub API, it would be nice if the control characters could be unencoded so that the output is prettier.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
EnricoMicommented, Nov 16, 2021

Just released as v1.24.

1reaction
EnricoMicommented, Nov 15, 2021

There will be a release soon. I recommend to use tag @v1, which is not immutable but will point to the latest (non-breaking) version. And for the tip: you are welcome, just spread the word and use this action where ever you can.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Easily parsable test list · Issue #3822 · google/googletest
Whe using --gtest_list_tests, the list is split into the test suite on one line, and individual test names on separate lines.
Read more >
about Parsing - PowerShell | Microsoft Learn
When parsing, PowerShell first looks to interpret input as an expression. ... If you have arguments that contain spaces, such as paths, ...
Read more >
html.parser — Simple HTML and XHTML parser ... - Python Docs
This module defines a class HTMLParser which serves as the basis for parsing text files formatted in HTML (HyperText Mark-up Language) and XHTML....
Read more >
Buildbot parsing Python Unit test results - Stack Overflow
No, it makes no sense to develop a parser. You can obtain the equivalent information from classes in runner.py module.
Read more >
Parsing With Haskell (Part 2): Parsing With Happy - Serokell
Happy is a parser generator that generates LALR(1) (bottom-up) parsers, which are more performant yet less powerful than regular LR(1) parsers.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found