v4.0 plan
See original GitHub issueMoving toward the next major (awesome) version:
enhancement
- better start-up setting config. This is one of the major pain points. Moving toward a more interactive/wizard-like interface to set up settings like
jest.pathToConfig
with users’ input. (#571, #244, #565, #556, #618 too many to list…) => #590 => #655- jest-community/jest-editor-support#44 - Rename
pathToJest
- added new jest setting
jest.jestCommandLine
into code base. (#644)
- jest-community/jest-editor-support#44 - Rename
- better test matching logic: #484, #570, #491, #597, #648 => #593 (available alpha.0)
- fixed coverage issue
- move test status indicators outside of the code, so it won’t interfere with formatting. (#554) => #599
- support parameterized tests (#427, #612) => #649
- support manual and enhanced watch mode (#613, #668, #119, #308, #176, #408, #530, #36, #574…) => #674
technical debt
- upgrade dependencies, for better security and maintainability. => #583 (available alpha.0)
- migrate from tslint to eslint => #583 (available alpha.0)
- adopt “;” 😃 => #583 (available alpha.0)
- better troubleshooting and help documentation/examples (#544) => #674, #655
- auto close staled issues/PR so we can better focus on the active ones.
release
v4.0.0-alpha.5 is the latest release and we are now finally feature-complete!
suggestion and discussion are welcome
Issue Analytics
- State:
- Created 3 years ago
- Reactions:18
- Comments:24 (3 by maintainers)
Top Results From Across the Web
Episode 81: Our New v4.0 Plans, part 1: Overview
In this part 1 episode, we first share all the features behind our new downloadable training plans, including: optimal training progressions for ...
Read more >v4.0 RACE PREP 8-Week Plan for 1.5-3 Hour Event w
Plan Details: · Twice weekly Structured Cycling Sessions; can be performed in ERG mode on Smart Trainer OR take your rides outside with...
Read more >Updated PCI DSS v4.0 Timeline
0, update their reporting templates and forms, and plan for and implement changes to meet updated requirements. Upon completion of the ...
Read more >V4.0 Plan
Quick update on the key functionality that is planned for v4.0. We are looking at two distinct areas of development for V4.0 both...
Read more >VMware Cloud Foundation: Plan and Deploy [V4.0]
This two-day course introduces the concepts and architecture of VMware Cloud Foundation™ to prepare students for a successful deployment.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am not sure if this is the correct threat to write this but I think as a feature request for v4 should be cool to have a list of the tests in with an icon in the left bar:
this bar:
with a list like the one webstorm generates:
where when someone double clicks on a test name, the cursor goes to that test (not just for failing tests).
v4.0.0-alpha.3 is released today. The main change is to support the parameterized tests. If your project uses parameterized tests, feel free to give this release a try.