Wallaby Team Blog

Interactive Runtime Value Graphs

09 May 2025 3 min read

The new Interactive Runtime Value Graphs feature lets you visualize runtime data as structured graphs directly in your editor. It’s useful for inspecting deeply nested objects or large data sets that are hard to parse in raw text form. The graph layout adapts well to various data shapes, and you can interactively collapse or expand branches and nodes to focus on the parts that matter. The graph updates automatically as values change, giving you a live view of your log’s state.

Read more

Quokka - Snippets & Expanded TypeScript Support

07 May 2025 3 min read

Quokka’s mission is simple: enhance your productivity and keep you in flow. Our recent changes continue to deliver on that mission with two productivity boosting updates: Snippets and Expanded TypeScript Compiler Support.

Read more

Copilot Agent tools and MCP support

17 Apr 2025 5 min read

Agentic AI workflows are transforming how developers interact with code, and context is key — the more accurate and timely the context, the better the agent can understand, debug, and enhance the code. High-quality context is especially crucial for complex tasks that require not just static code structure, but also runtime behavior and intent.

Read more

Wallaby Copilot Chat integration

18 Feb 2025 6 min read

Which AI model is best for investigating unit test errors? Claude, o3-mini, or GPT-4o? The answer is simple: the best AI model is the one with the most context — provided by the user and the right tools.

Read more

Quokka v2

22 Nov 2024 4 min read

Quokka has been a trusted companion to millions of software developers worldwide, providing instant feedback for sandboxing, prototyping, and learning, and making debugging smoother for more than seven years. Now, following the recent release of Wallaby v2, it’s Quokka’s turn to evolve.

Read more

Wallaby v2

17 Oct 2024 12 min read

Wallaby.js has been a trusted testing tool for nearly a decade, helping developers make testing faster and smarter. While Wallaby v1 has served many of you well, we imagined a future where testing could be even more streamlined and innovative.

Read more

Perfecting GitHub Copilot's Output with Wallaby.js

17 Jan 2024 3 min read

In the last 18 months, AI for code generation has really stepped in as a game-changer. GitHub Copilot in particular, is reshaping how we write code, offering real-time code generation that’s akin to having a virtual pair programmer. But with great power comes great responsibility, and that’s where Wallaby.js comes in. Wallaby.js runs and validates your code before it’s even saved to disk and shows test results in your editor, right next to your code. Using Wallaby.js with GitHub Copilot ensures that what Copilot suggests isn’t just innovative but also reliable.

Read more

Quokka Snaps: Inline REPL anywhere in your code

20 Nov 2023 5 min read

As you are modifying source code, you have to make assumptions about how certain bits of code that you are adding or accessing will function. At some point, the mental burden of unchecked assumptions becomes too much to endure, and you launch your app or run your tests to validate your changes. If the application/tests is in a working state at that moment, you may get the validation you need.

Read more

Using AI with Wallaby Tools

08 May 2023 2 min read

The world of software development is experiencing a rapid transformation, thanks to the increasing integration of artificial intelligence (AI) to help generate code. As developers face the challenges of meeting ever-growing user expectations and delivering high-quality software, the role of tools and AI-powered code generation will become more critical than ever. In this blog post, we explore the importance of Wallaby.js, Quokka.js, and Console Ninja, and how they complement AI code generation in streamlining the development process.

Read more

Console Ninja - awesome new Wallaby tool

13 Apr 2023 2 min read

We are absolutely thrilled with the response that our new VS Code extension, Console Ninja, has received since its launch in the first week of December, 2022. We now have over 130,000 total downloads and more than 25,000 developers using it every week! We couldn’t be more grateful to the community for embracing Console Ninja with such enthusiasm.

Read more