-
Notifications
You must be signed in to change notification settings - Fork 309
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
[test visibility] Reorg test visibility e2e tests for mocha and jest #4456
Conversation
Overall package sizeSelf size: 6.79 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2024-07-02 09:57:50 Comparing candidate commit 806a701 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 259 metrics, 7 unstable metrics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't check every line that was moved so i'll assume your copy paste was ok 👍
What does this PR do?
ci-visibility.spec.js
.jest.spec.js
andmocha.spec.js
Motivation
ci-visibility.spec.js
file was getting hard to navigate, with multiple conditional logic bits to determine what framework we were running.project.yml
was getting really slow.