Wallaby Team Blog (Page 2 of 4)

Free Open Source Licensing Model and Wallaby Webinar

22 Oct 2020 2 min read

The Wallaby team has always supported and contributed to the open-source community. In the last month we released our open-source license model to allow open source projects to use Wallaby for free. The license is available to everyone: project owners, project contributors, or even someone not associated with the project who just wants to open the project and play around.



Read more

Test Stories for JetBrains IDEs

15 Jul 2020 3 min read

We are pleased to announce that Wallaby’s Test Stories Viewer is now available for JetBrains editors! In case you missed our previous blog post announcing the Test Stories, this is big new feature that our team has been working on for a number of weeks.

Read more

Introducing Test Stories

27 May 2020 4 min read

Today Wallaby proudly introduces a unique and highly efficient way of debugging your code and inspecting what code your test is executing in a single logical view. The new feature is called Test Story Viewer (initially only available in VS Code).

Read more

Exclusive Test Runs

24 Mar 2020 3 min read

Today we’re excited to announce a new feature for VS Code and JetBrains IDEs called Exclusive Test Run. Use the Start Exclusive Test Run command or context menu item to start Wallaby and only run tests for the selected file or folder without making a configuration change.

Read more

Time Travel Debugger for JetBrains IDEs

06 Feb 2020 4 min read

We are pleased to announce that Wallaby’s Time Travel Debugger is now available for JetBrains editors! In case you missed our previous blog post announcing the Time Travel Debugger, this is huge new feature that our entire team has been working on for a number of months.

Read more

Time Travel Debugger for JavaScript and TypeScript

12 Dec 2019 4 min read

Today we are really excited to share a huge new feature that our entire team has been working on for the last few months, Time Travel Debugger for Wallaby.js, we are pretty sure you’re going to love it!

Read more

New Test Filtering Feature

11 Nov 2019 2 min read

Wallaby.js has a new “Test Filtering” feature that allows you to limit the display of inline code coverage indicators and inline run-time values to only the test that you are working on instead of all tests in your project.

Read more

Run tests only on file save

02 Oct 2019 2 min read

Today we are happy to announce the release of a new feature that allows Wallaby users to control when tests are run. Before today, Wallaby would detect both saved and unsaved changes to code and test files and schedule an incremental test run of affected tests. Wallaby now provides the ability to only run when a file is saved; Wallaby will still only run the minimal set of tests based on your code changes but now waits until a file is saved.

Read more

Automatic configuration for Angular CLI

25 Sep 2019 1 min read

Today we are proud to announce that we have added Angular CLI to the list of technologies supported by Wallaby’s automatic configuration feature. This allows you to use Wallaby with Angular CLI, Create React App, Vue CLI and Jest-based projects without any configuration.

Read more

New Webpack Integration

12 Aug 2019 2 min read

Almost since day 1, Wallaby.js has supported Webpack, but as of today we are now offering a new and improved way of running Wallaby.js with Webpack.

Read more