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

[Internal] Jest runner limitations / adoption blockers #2971

Closed
2 of 8 tasks
pavelfeldman opened this issue Jul 16, 2020 · 2 comments
Closed
2 of 8 tasks

[Internal] Jest runner limitations / adoption blockers #2971

pavelfeldman opened this issue Jul 16, 2020 · 2 comments

Comments

@pavelfeldman
Copy link
Member

pavelfeldman commented Jul 16, 2020

  • No incremental progress
    Report progress of individual test cases jestjs/jest#6616
    open since Jul 4, 2018, positive signals, pending PRs
  • No configurable thresholds - all e2e tests are red/slow
    Custom threshold for test time warning/errors jestjs/jest#7220
    open since Oct 19, 2018, no signals from maintainers
  • No way to skip tests programmatically based on the environment
    Allow to skip tests programmatically jestjs/jest#7245
    closed as won't fix, no positive signals from maintainers
  • Specify whether to run only focused tests or all tests
    • Most of the time, I'd like to run just one test, not one test in one file and all other files
    • At the same time, I don't want to skip test runs if I accidentally commit it.only
  • Pass different values to a test function, depending on command line options
  • Dynamically add command line options
  • Control focusing and skipping of tests based on the command line option
  • Jest runs workers proactively, will run 40 workers even if there are 4 tests
@pavelfeldman pavelfeldman changed the title [Internal] Jest runner limitations [Internal] Jest runner limitations / adoption blockers Jul 16, 2020
@sauravhiremath
Copy link

sauravhiremath commented Jul 30, 2020

Jest has now included

@aslushnikov
Copy link
Collaborator

This is no longer applicable since we switched off jest.

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

No branches or pull requests

3 participants