CATJS

CATJS 1.1.0 updated

CATJS reads simple annotations added to the application's HTML code and caries out various tests.It works with HTML5 code only and will allow developers to simulate, preview, and test how a page's elements will be interacted with by real users.Test...

Chai

Chai 3.3.0 updated

Chai is a basic assertion library for JavaScript, a simple tool for supporting basic BDD and TDD development principles in your every day coding. BDD stands for "Behavior Driven Development" and TDD for "Test Driven Development". Chai is framework...

cppclean

cppclean 0.2.5

cppclean should prove pretty valuable if a programmer is getting errors in his code and can't find their source, or simply wants to improve the overall performance and speed.This project is a continuation of an older, now unpublished project called...

CSS Colorguard

CSS Colorguard 1.1.0 updated

CSS Colorguard is both a Node.js command-line utility and a classic JavaScript programmatic library that can be used with your code. This tool works by parsing a block of CSS code found inside a local or remote CSS file and outputting a series of problems...

CSS Critic

CSS Critic 1.3.0 updated

Regression testing is a software testing technique that can be used to discover new bugs whenever a change has been made to the document. CSS Critic tests how changes made to CSS files affect the rendering of a page. A small demo test is included with the...

CSS Reporter

CSS Reporter 0.0.5

CSS Reporter is a combination between Parker and the CSS Specificity Graph Generator.It works via the Node.js command-line and will output results as an HTML page, accessible through your browser.This page will show a specificity graph on top that will...

CSS Stats

CSS Stats 1.0.0

CSS Stats can work with remote CSS files (accessed via an URL) or with CSS code copy & pasted inside a textarea.The application will parse the code and analyze it using a complex set of rules and criteria it expects properly-written CSS to comply with.The...

The bookmarklet takes each CSS class on a page tests it.It then reports, showing which classes are slowing down the page.Bad classes are considered the one that when removed from the code, the page scrolls down much faster.A working demo is included with...

CSSLint

CSSLint 0.10.0

It parses a block of CSS code and points out basic problems.The rules against which code is checked are customizable.The developer can set his own, or remove the ones he does not intend to comply to.CSSLint is also available as a Node.js package as...

Cucumber

Cucumber 2.1.0 updated

Cucumber allows developers to write and test code as they go, avoiding future mistakes and design flaws. Cucumber can be used for Ruby, Java, Flex, Python and .NET apps at the same time. It is also compatible with most Ruby MVC frameworks, including...