-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Extend the custom output handler to check the path of each test. If it matches the
nio.tests
module, mark it with athirdPartyAsync: true
field in the json output. - Since we cannot reliably parse the stacktrace from busted/lua, extract the test's parent, likely its
describe
block (also appears to handle top-levelasync.it
calls), and put that in the json output as well. - If a test is marked with
thirdPartyAsync: true
then find its parent in the tree and find the child that corresponds to theasync.it
test using theneotestPositionId
key in the json output and associate the test with it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request