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

feat: core test output parsing #82

Merged
merged 3 commits into from
Jul 3, 2024

Conversation

fredrikaverpil
Copy link
Owner

@fredrikaverpil fredrikaverpil commented Jul 2, 2024

image

Here I'm playing around with leveraging the work previously done for the "dir" position type's test result parsing, but for the "test" position type. It might actually be possible to run tests through a main "core" logic which is shared across strategies... 🤔

Aims to fix #4 but might also have some awesome, positive, side-effects.

Needs cleaning up and refactoring, but I'll be running this setup for a few days to see how it performs... 🤞

@fredrikaverpil fredrikaverpil self-assigned this Jul 2, 2024
@fredrikaverpil fredrikaverpil force-pushed the feat/test-status-by-output-filtering branch 3 times, most recently from 8480509 to 111ad72 Compare July 3, 2024 04:58
@fredrikaverpil fredrikaverpil force-pushed the feat/test-status-by-output-filtering branch from 92b4bb4 to f0d71cc Compare July 3, 2024 05:11
@fredrikaverpil fredrikaverpil changed the title feat(poc): proper test status population when running top-level test feat: core test output parsing Jul 3, 2024
@fredrikaverpil fredrikaverpil marked this pull request as ready for review July 3, 2024 14:30
@fredrikaverpil fredrikaverpil merged commit e4d8020 into main Jul 3, 2024
9 checks passed
@fredrikaverpil fredrikaverpil deleted the feat/test-status-by-output-filtering branch July 3, 2024 14:31
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.

Running top test, with one nested failing test, causes all nested tests to be marked as failed
1 participant