Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Build system automating tasks: minification and copying of all JavaScript files, static images. More capable of watching files to automatically rerun the task when a file changes. | Karma is not a testing framework, nor an assertion library. Karma just launches a HTTP server, and generates the test runner HTML file you probably already know from your favourite testing framework. So for testing purposes you can use pretty much anything you like. |
By preferring code over configuration, gulp keeps simple things simple and makes complex tasks manageable.;By harnessing the power of node's streams you get fast builds that don't write intermediary files to disk.;gulp's strict plugin guidelines assure plugins stay simple and work the way you expect.;With a minimal API surface, you can pick up gulp in no time. Your build works just like you envision it: a series of streaming pipes. | Test on Real Devices;Remote Control;Testing Framework Agnostic;Open Source;Easy Debugging;Continuous Integration |
Statistics | |
GitHub Stars 33.0K | GitHub Stars 12.0K |
GitHub Forks 4.2K | GitHub Forks 1.7K |
Stacks 15.3K | Stacks 4.8K |
Followers 9.1K | Followers 603 |
Votes 1.7K | Votes 181 |
Pros & Cons | |
Pros
| Pros
Cons
|
Integrations | |
| No integrations available | |
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you've configured it, a task runner can do most of that mundane work for you—and your team—with basically zero effort.

BrowserStack is the leading test platform built for developers & QAs to expand test coverage, scale & optimize testing with cross-browser, real device cloud, accessibility, visual testing, test management, and test observability.

Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should!) also be automated as well.

Cloud-based automated testing platform enables developers and QEs to perform functional, JavaScript unit, and manual tests with Selenium or Appium on web and mobile apps. Videos and screenshots for easy debugging. Secure and CI-ready.

LambdaTest platform provides secure, scalable and insightful test orchestration for website, and mobile app testing. Customers at different points in their DevOps lifecycle can leverage Automation and/or Manual testing on LambdaTest.

It is a Node library to automate the Chromium, WebKit and Firefox browsers with a single API. It enables cross-browser web automation that is ever-green, capable, reliable and fast.

Rainforest gives you the reliability of a QA team and the speed of automation, without the hassle of managing a team or the pain of writing automated tests.

WebdriverIO lets you control a browser or a mobile application with just a few lines of code. Your test code will look simple, concise and easy to read.

Brunch is an assembler for HTML5 applications. It's agnostic to frameworks, libraries, programming, stylesheet & templating languages and backend technology.