https://github.com/wallabyjs/public
Repository for Wallaby.js questions and issues
https://github.com/wallabyjs/public
atom-editor ava bdd continuous-testing intellij jasmine javascript jest mocha nodejs sublime-text-3 tdd test-coverage test-runner typescript visual-studio vscode vscode-extension wallaby webpack
Last synced: 5 days ago
JSON representation
Repository for Wallaby.js questions and issues
- Host: GitHub
- URL: https://github.com/wallabyjs/public
- Owner: wallabyjs
- Created: 2014-11-24T00:38:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T01:44:10.000Z (about 2 months ago)
- Last Synced: 2025-04-14T11:18:56.724Z (5 days ago)
- Topics: atom-editor, ava, bdd, continuous-testing, intellij, jasmine, javascript, jest, mocha, nodejs, sublime-text-3, tdd, test-coverage, test-runner, typescript, visual-studio, vscode, vscode-extension, wallaby, webpack
- Homepage: http://wallabyjs.com
- Size: 548 KB
- Stars: 766
- Watchers: 25
- Forks: 47
- Open Issues: 156
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome - public - Repository for wallaby.js questions and issues (Others)
- awesome-jest - wallaby
README
Wallaby is a continuous testing tool for JavaScript, designed to seamlessly integrate into your development environment. It automatically **runs your tests as you code**, providing real-time feedback on test results, code coverage, and errors, helping you quickly catch issues and stay focused on coding.
Wallaby provides the following features:
- [realtime feedback](https://wallabyjs.com/docs/features/advanced-logging/) for errors and any expressions in your code,
- [realtime code coverage](https://wallabyjs.com/docs/features/coverage/) updated as you type,
- [time travel debugger](https://wallabyjs.com/docs/features/time-travel-debugger/) with edit-and-continue and interactive timeline,
- value explorer for viewing runtime values,
- running and focussing on [selected tests](https://wallabyjs.com/docs/features/selected-tests/),
- quick navigation to failing tests/error sources,
- close to instant incremental test execution,
- code coverage explorer and test explorer,
- compact & side-by-side diff views, and much more.**Wallaby Time Travel Debugger In Action**
# Wallaby.js quick links
- **[Wallaby.js docs](http://wallabyjs.com/docs)**
- [Wallaby.js website](http://wallabyjs.com)
- [Download wallaby.js](https://wallabyjs.com/download)