Awesome news; one of my favourite development / debugging tools Quokka, has a new major version out.
quokkajs.com/whatsnew/quokka…
If you don't know Quokka, check it out; you can prototype code and run it directly in your IDE; a "must have" tool for nailing ideas.
cc @wallabyjs
🚀 Quokka v2 is here!
- Redesigned UI for @code & @jetbrains IDEs
- Interactive timeline for deeper insights
- Enhanced Value Explorer
- And more!
👉 Prototype faster, debug smarter, and explore code like never before: wallabyjs.com/blog/quokka-2.…
New in Wallaby 2: Errors tab in the Side Panel! 🛠️ See live diff updates with a side-by-side view for selected errors, so you can spot changes instantly. ⚡👀
New Wallaby 2 feature: ✨ HTML highlighting for @TestingLib errors and screen.debug() output, styled with your editor theme 🎨 for easier, readable debugging. 🔍
In our AI-driven dev world, generated code needs clear runtime visualization and powerful debugging. Wallaby v2's new interactive timeline provides a zoomable view of test stages, logs, and errors - making debugging faster and more insightful.
wallabyjs.com/docs/features/…
🚀 Wallaby.js v2 is here! 🎉
- new unified UX
- works with ALL editors (NeoVim, Zed, Vim, etc.)
- interactive test timeline
- and much more!
Ready to take your testing to the next level? 💻🔍
wallabyjs.com/blog/wallaby-2…
Tips on how I write/fix my @DrizzleORM complex queries.
Just use the awesome Quokka plugin from @wallabyjs (Quokka Snaps quokkajs.com/whatsnew/snaps.…).
Write your queries between {{ }} and receive instant feedback!
🚨 We just released Wallaby.js support for Node.js built-in node:test framework! 🎉
For most projects using node:test, simply start Wallaby. There's no additional setup required.
Find out more: wallabyjs.com/whatsnew/node-…
🚀 Huge changes are coming to Wallaby!🤩
We have been working hard on Wallaby 2.0 for the last few months and can't wait to show you. While there's still more to do, we are thrilled to share a sneak peek with you all.
Stay tuned for exciting updates!👇wallabyjs.com/mailinglist/ar…
Exciting news 🤩 We're now working on Wallaby 2.0! It's a comprehensive UX overhaul that will significantly boost performance & usability, enhancing every facet of Wallaby!
It'll be compatible with any text editor (not just those with official Wallaby plugins).
👀 Preview it now
🥷Console Ninja now logs 🛜 network requests (fetch, XMLHttpRequest) for your app!
Visually linking network activity directly to your code provides immediate insights into network behavior and gives you an even faster dev experience 🚀
It's @wallabyjs that changed my view on TDD. The instant feedback right inside my IDE is a game changer. Wish it could be used with playwright as well, but nevertheless, wallaby and quokka, are must haves for me.