Conversation
- Detect suite/test by matedata comment instead of heading level(#/##) - Strip tags from heading name
DavertMik
requested changes
Mar 30, 2026
Contributor
DavertMik
left a comment
There was a problem hiding this comment.
andle coments more efficiently
|
🌀 Tests overview by Testomatio Found 244 mocha tests in 26 files ✔️ Added 7 tests+ manual (markdown) parser: single-line comments <!-- suite --> / <!-- test -->: should extract all suite information for suites with single-line comments
+ manual (markdown) parser: single-line comments <!-- suite --> / <!-- test -->: should extract all test information with single-line comments
+ manual (markdown) parser: mixed single-line and multiline comments: should parse file with mixed single-line and multiline comments
+ updateIds markdown: updateIdsMarkdown: should add ID to test and suite with tags in name
+ updateIds markdown: updateIdsMarkdown: should handle markdown with multi suites
+ updateIds markdown: updateIdsMarkdown: should expand single-line <!-- suite --> and <!-- test --> and add IDs
+ updateIds markdown: updateIdsMarkdown: should expand single-line comments and assign IDs to correct suites📑 List all tests
📝 tests/updateIds_codeceptjs_test.js
📝 tests/updateIds_gauge_test.js
📝 tests/updateIds_markdown_test.js
📝 tests/updateIds_nightwatch_test.js
📝 tests/updateIds_playwright_test.js
|
DavertMik
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
Ticket: testomatio/app#1569